summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/LoopRotate/simplifylatch.ll
AgeCommit message (Expand)Author
2023-01-02[LoopRotate] Convert tests to opaque pointers (NFC)Nikita Popov
2022-12-08[NFC] Port all LoopRotate tests to `-passes=` syntaxRoman Lebedev
2019-04-17Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher
2019-04-17Temporarily Revert "Add basic loop fusion pass."Eric Christopher
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
2014-10-29Do not simplifyLatch for loops where hoisting increments couldresult in extra...Yi Jiang
2013-07-14Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin
2013-05-06Rotate multi-exit loops even if the latch was simplified.Andrew Trick
2012-02-14Add simplifyLoopLatch to LoopRotate pass.Andrew Trick