llvm-project/llvm/test/Transforms/LoopReroll
Eli Friedman 806136f8ef [LoopReroll] Fix reroll root legality checking.
The code checked that the first root was an appropriate distance from
the base value, but skipped checking the other roots. This could lead to
rerolling a loop that can't be legally rerolled (at least, not without
rewriting the loop in a non-trivial way).

Differential Revision: https://reviews.llvm.org/D56812

llvm-svn: 353779
2019-02-12 00:33:25 +00:00
..
basic.ll [LoopReroll] Fix reroll root legality checking. 2019-02-12 00:33:25 +00:00
basic32iters.ll
complex_reroll.ll
indvar_with_ext.ll
negative.ll
nonconst_lb.ll
ptrindvar.ll
reduction.ll
reroll_with_dbg.ll Remove irrelevant references to legacy git repositories from 2019-01-15 16:18:52 +00:00