summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/LoopInstSimplify
AgeCommit message (Expand)Author
2023-02-20[Test] Move test for D143726 to LICMMax Kazantsev
2023-02-10[Test] Add complementary tests for OR analogous for those for ANDMax Kazantsev
2023-02-10[Test] Add test showing an opportunity to transform checks and hoist invariantsMax Kazantsev
2022-04-25[LoopInstSimplify] Ignore users in unreachable blocks. PR55072Max Kazantsev
2022-04-25[Test] Simplify test for PR55072Max Kazantsev
2022-04-25[Test] Add test for PR55072Max Kazantsev
2019-08-21[LoopPassManager + MemorySSA] Only enable use of MemorySSA for LPMs known to ...Alina Sbirlea
2019-04-17Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher
2019-04-17Temporarily Revert "Add basic loop fusion pass."Eric Christopher
2018-08-22Update MemorySSA in LoopInstSimplify.Alina Sbirlea
2018-05-29[LoopInstSimplify] Re-implement the core logic of loop-instsimplify toChandler Carruth