summaryrefslogtreecommitdiff
path: root/test/Transforms/LoopRotate/phi-duplicate.ll
Commit message (Expand)AuthorAge
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-30
* When loop rotation happens, it is *very* common for the duplicated condbrChris Lattner2011-01-08
* Three major changes:Chris Lattner2011-01-08
* Have loop-rotate simplify instructions (yay instsimplify!) as it clonesChris Lattner2011-01-08
* When rotating loops, put the original header at the bottom of theDan Gohman2010-08-17
* Fix some tests that didn't test anything.Benjamin Kramer2010-06-26
* fix PR5837 by having SSAUpdate reuse phi nodes for theChris Lattner2009-12-21