aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LoopRotate/phi-duplicate.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-5/+5
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-141-1/+1
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-301-1/+1
* When loop rotation happens, it is *very* common for the duplicated condbrChris Lattner2011-01-081-11/+5
* Three major changes:Chris Lattner2011-01-081-2/+2
* Have loop-rotate simplify instructions (yay instsimplify!) as it clonesChris Lattner2011-01-081-3/+2
* When rotating loops, put the original header at the bottom of theDan Gohman2010-08-171-5/+17
* Fix some tests that didn't test anything.Benjamin Kramer2010-06-261-1/+1
* fix PR5837 by having SSAUpdate reuse phi nodes for theChris Lattner2009-12-211-0/+35