Andrew Trick f6629ab847 Add simplifyLoopLatch to LoopRotate pass.
This folds a simple loop tail into a loop latch. It covers the common (in fortran) case of postincrement loops. It's a "free" way to expose this type of loop to downstream loop optimizations that bail out on non-canonical loops (getLoopLatch is a heavily used check).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150439 91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-14 00:00:23 +00:00
..
2011-04-23 19:53:52 +00:00
2012-01-28 23:33:44 +00:00
2012-02-01 07:49:51 +00:00
2011-09-13 00:44:16 +00:00
2012-02-01 07:49:51 +00:00
2012-02-01 07:49:51 +00:00