Files
llvm-6502/test/Transforms
Duncan P. N. Exon Smith de7465af34 LoopUnroll: Create sub-loops in LoopInfo
`LoopUnrollPass` says that it preserves `LoopInfo` -- make it so.  In
particular, tell `LoopInfo` about copies of inner loops when unrolling
the outer loop.

Conservatively, also tell `ScalarEvolution` to forget about the original
versions of these loops, since their inputs may have changed.

Fixes PR20987.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219241 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-07 21:19:00 +00:00
..
2014-10-07 11:31:31 +00:00
2014-07-18 19:13:09 +00:00
2014-10-03 09:29:24 +00:00
2014-09-12 17:55:16 +00:00
2014-08-13 20:31:53 +00:00