llvm-6502/test/Transforms/LoopRotate
Chris Lattner 0e4a1543ab Three major changes:
1. Rip out LoopRotate's domfrontier updating code.  It isn't
   needed now that LICM doesn't use DF and it is super complex
   and gross.
2. Make DomTree updating code a lot simpler and faster.  The 
   old loop over all the blocks was just to find a block??
3. Change the code that inserts the new preheader to just use
   SplitCriticalEdge instead of doing an overcomplex 
   reimplementation of it.

No behavior change, except for the name of the inserted preheader.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123072 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-08 18:52:51 +00:00
..
2009-01-25-SingleEntryPhi.ll
basic.ll Teach loop rotate to hoist trivially invariant instructions 2010-09-06 01:10:22 +00:00
dg.exp
indirectbr.ll
LRCrash-1.ll
LRCrash-2.ll
LRCrash-3.ll
LRCrash-4.ll
LRCrash-5.ll
phi-duplicate.ll Three major changes: 2011-01-08 18:52:51 +00:00
PhiRename-1.ll
PhiSelfRefernce-1.ll
pr2639.ll
preserve-scev.ll