summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/LoopSimplify/basictest.ll
AgeCommit message (Expand)Author
2023-01-05[Transforms] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-12-08[test] Remove duplicate RUN lines in Transform testsBjorn Pettersson
2022-12-08[NFC] Port all LoopSimplify tests to `-passes=` syntaxRoman Lebedev
2020-01-11[LoopSimplify] Regenerate test checks; NFCNikita Popov
2019-04-17Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher
2019-04-17Temporarily Revert "Add basic loop fusion pass."Eric Christopher
2017-06-25[LoopSimplify] Re-instate r306081 with a bug fix w.r.t. indirectbr.Chandler Carruth
2017-06-25[LoopSimplify] Improve a test for loop simplify minorly. NFC.Chandler Carruth
2016-07-09[PM] Port LoopSimplify to the new pass manager.Davide Italiano
2011-02-10Rename 'loopsimplify' to 'loop-simplify'.Cameron Zwarich
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2008-03-25Byebye llvm-upgrade!Tanya Lattner
2007-01-17Regression is gone, don't try to find it on clean target.Reid Spencer