aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/LoopPredication
AgeCommit message (Expand)Author
2018-03-22[LoopPredication] Add profitability check based on BPIAnna Thomas
2018-02-08[Loop Predication] Teach LP about reverse loops with uge and sge latch condit...Serguei Katkov
2017-12-04[Loop Predication] Teach LP about reverse loopsAnna Thomas
2017-11-02[LoopPredication] Enable predication when latchCheckIV is wider than rangeCheckAnna Thomas
2017-10-27[LoopPredication] Handle the case when the guard and the latch IV have differ...Artur Pilipenko
2017-10-12[LoopPredication] Check whether the loop is already guarded by the first iter...Artur Pilipenko
2017-10-12[LoopPredication] Support ule, sle latch predicatesArtur Pilipenko
2017-09-22Rework loop predication passArtur Pilipenko
2017-02-27Loop predication expand both sides of the widened conditionArtur Pilipenko
2017-01-25[Guards] Introduce loop-predication passArtur Pilipenko