aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/LoopRotationUtils.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-04-24[NFC] Remove recently added SE verification because it may be false-positiveMax Kazantsev1-6/+0
2018-04-24[NFC] Add clarification commentMax Kazantsev1-2/+4
2018-04-23[LoopRotate] Fix incorrect SCEV invalidation in loop rotationMax Kazantsev1-2/+9
2018-04-19Refine the loop rotation's APIJin Lin1-9/+17
2018-04-01[LoopRotate] Rotate loops with loop exiting latchesDavid Green1-2/+24
2018-03-29Remove unused headers to fix layeringDavid Blaikie1-2/+0
2018-03-29[LoopRotate] Restructuring LoopRotation.cpp to create Loop Rotation Pass with...David Green1-0/+613