aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/CodeMoverUtils.cpp
AgeCommit message (Expand)AuthorFilesLines
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