aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/CodeMoverUtils.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-12-24[CodeGen, Transforms] Use llvm::any_of (NFC)Kazu Hirata1-24/+21
2020-07-10[CodeMoverUtils] Move OrderedInstructions to CodeMoverUtilsSharmaRithik1-3/+13
2020-07-07[CodeMoverUtils] Make specific analysis dependent checks optionalSharmaRithik1-8/+12
2020-05-27[CodeMoverUtils] Use dominator tree level to decide the direction ofRithik Sharma1-11/+6
2020-01-29Fix MSVC lamdba default capture mode warning. NFCI.Simon Pilgrim1-3/+3
2020-01-29[LoopFusion] Move instructions from FC1.Preheader to FC0.Preheader whenWhitney Tsang1-0/+23
2020-01-28Fix warning of `-Wcast-qual`. NFC.Michael Liao1-4/+4
2020-01-28[CodeMoverUtils] Improve IsControlFlowEquivalent.Whitney Tsang1-11/+218
2019-12-17[LoopFusion] Move instructions from FC0.Latch to FC1.Latch.Whitney Tsang1-3/+17
2019-11-25[NFC][LoopFusion] Use isControlFlowEquivalent() from CodeMoverUtils.Whitney Tsang1-4/+11
2019-11-22[CodeMoverUtils] Added an API to check if an instruction can be safelyTsang Whitney W.H1-0/+168