[PATCH] D37713: [InstSimplify] fold sdiv/srem based on compare of dividend and divisor

Nuno Lopes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 13 11:26:24 PDT 2017


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

LGTM, thanks.
You're right: the Boolean connector for the second transformation was flipped. All good now :)


https://reviews.llvm.org/D37713





More information about the llvm-commits mailing list