"llvm/test/CodeGen/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "220b1c13bf2b80a3273f0062096f23a8978a795a"
-
Benjamin Kramer authored
We match the pattern "x >= y ? x-y : 0" into "subus x, y" and two special cases if y is a constant. DAGCombiner canonicalizes those so we first have to undo the canonicalization for those cases. The pattern occurs in gzip when the loop vectorizer is enabled. Part of PR14613. llvm-svn: 170273
b16ccde7
Loading