"openmp/runtime/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "98bdf1f21d0a22b0d77ffa7ec86c66d337ef2d6a"
-
Chris Lattner authored
would scan the entire loop body, then scan all users of instructions in the loop, looking for users outside the loop. Now, since we know that the loop is in LCSSA form, we know that any users outside the loop will be LCSSA phi nodes. Just scan them. This speeds up indvars significantly. llvm-svn: 34898
d7b4c92c
Loading