[PATCH] D42837: [Loop Predication] Teach LP about reverse loops with uge and sge latch conditions

Anna Thomas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 7 04:30:56 PST 2018


anna accepted this revision.
anna added a comment.
This revision is now accepted and ready to land.

LGTM. 
Btw, I actually meant separating out `getLatchPredicateForGuard` as NFC for just the conditions supported without this change (i.e. everything except SGE, UGE). 
Then, in this change, adding support for UGE and SGE in that function and in `IsUnsupportedPredicate`, so that only changes related to SGE/UGE are in this patch :)


https://reviews.llvm.org/D42837





More information about the llvm-commits mailing list