summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/LoopRotate/phi-duplicate.ll
AgeCommit message (Expand)Author
2023-01-02[LoopRotate] Convert tests to opaque pointers (NFC)Nikita Popov
2022-12-01[test] Switch to use -passes syntax in various test casesBjorn Pettersson
2021-08-14[Tests] Remove explicit -enable-mssa-loop-dependency options (NFC)Nikita Popov
2019-04-17Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher
2019-04-17Temporarily Revert "Add basic loop fusion pass."Eric Christopher
2018-10-24Update MemorySSA in LoopRotate.Alina Sbirlea
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2013-07-14Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin
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