1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/test/Transforms/LoopRotate
Max Kazantsev a0b76b6fbb [LoopRotate] Fix incorrect SCEV invalidation in loop rotation
LoopRotate only invalidates innermost loops while the changes that it makes may
also affert any of this parents. With patch rL329047, SCEV becomes much smarter
about calculation of exit counts for outer loops, so we cannot assume that they are
not affected.

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

llvm-svn: 330582
2018-04-23 12:33:31 +00:00
..
2009-01-25-SingleEntryPhi.ll
alloca.ll
basic.ll
catchret.ll Restrict the definition of loop preheader to avoid EH blocks 2017-06-22 23:27:16 +00:00
convergent.ll
crash.ll
dbg-value-duplicates.ll loop-rotate: avoid duplicating dbg.value intrinsics in the entry block. 2017-11-01 20:53:22 +00:00
dbgvalue.ll Remove the obsolete offset parameter from @llvm.dbg.value 2017-07-28 20:21:02 +00:00
indirectbr.ll [LoopRotate] Detect loops with indirect branches better (we're giving up on them). 2018-01-09 23:54:35 +00:00
loopexitinglatch.ll [LoopRotate] Rotate loops with loop exiting latches 2018-04-01 12:48:24 +00:00
multiple-exits.ll
nosimplifylatch.ll
oz-disable.ll
phi-dbgvalue.ll Parse and print DIExpressions inline to ease IR and MIR testing 2017-08-23 20:31:27 +00:00
phi-duplicate.ll
PhiRename-1.ll
PhiSelfReference-1.ll
pr2639.ll
pr22337.ll
pr33701.ll [LoopRotate] Fix DomTree update logic for unreachable nodes. Fix PR33701. 2017-07-12 18:42:16 +00:00
pr35210.ll [PM] pass -debug-pass-manager flag into FunctionToLoopPassAdaptor's canonicalization PM 2017-12-29 08:16:06 +00:00
pr37205.ll [LoopRotate] Fix incorrect SCEV invalidation in loop rotation 2018-04-23 12:33:31 +00:00
preserve-loop-simplify.ll
preserve-scev.ll
simplifylatch.ll
vect.omp.persistence.ll [tests] Cleanup vect.omp.persistence.ll test. 2017-07-25 10:35:16 +00:00