llvm-project/llvm/test/Transforms/LoopLoadElim
Adam Nemet efb234135c [LLE] Add missed LoopSimplify dependence
The code assumed that we always had a preheader without making the pass
dependent on LoopSimplify.

Thanks to Mattias Eriksson V for reporting this.

llvm-svn: 263173
2016-03-10 23:54:39 +00:00
..
backward.ll
def-store-before-load.ll
forward.ll Fix typo in comment 2016-02-05 01:14:00 +00:00
loop-simplify-dep.ll [LLE] Add missed LoopSimplify dependence 2016-03-10 23:54:39 +00:00
memcheck.ll
multiple-stores-same-block.ll
non-consecutive.ll [LLE] Add missing check for unit stride 2016-03-09 20:47:55 +00:00
opt-size.ll [LoopLoadElim] Don't allow versioning when optForSize 2016-02-05 01:14:05 +00:00
type-mismatch.ll [LLE] Add testcase for the fix in r262267 2016-03-01 00:50:14 +00:00
unknown-dep.ll