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