llvm-project/llvm/test/Transforms/LoopLoadElim
Max Kazantsev e3c759bd58 [LoopLoadElim] Pass ScalarEvolution in old pass manager. PR49141
Loop canonicalization may end up deleting blocks from CFG. And
Scalar Evolution may still keep cached referenced to those blocks
unless updated properly.
2021-02-15 18:08:23 +07:00
..
backward.ll
cond-load.ll
convergent.ll
def-store-before-load.ll
forward.ll
loop-simplify-dep.ll [test][NewPM] Fix LoopLoadElim tests under NPM 2020-11-09 12:24:03 -08:00
memcheck.ll
multiple-stores-same-block.ll
new-pm-preheader-problem.ll
non-consecutive.ll
opt-size.ll [test][NewPM] Fix LoopLoadElim tests under NPM 2020-11-09 12:24:03 -08:00
pr-48150.ll [LoopLoadElim] Make sure all loops are in simplify form. PR48150 2020-11-26 10:51:11 +07:00
pr-49141.ll [LoopLoadElim] Pass ScalarEvolution in old pass manager. PR49141 2021-02-15 18:08:23 +07:00
pr46854-adress-spaces.ll [test][NewPM] Fix LoopLoadElim tests under NPM 2020-11-09 12:24:03 -08:00
pr47457.ll [LoopLoadElim] Filter away candidates that stop being AddRecs after loop versioning. PR47457 2020-09-10 13:30:31 +07:00
symbolic-stride.ll
type-mismatch.ll
uncomputable-backedge-taken-count.ll [LoopLoadElim] Add tests with uncomputable BTCs. 2021-01-01 13:57:02 +00:00
unknown-dep.ll