[PATCH] D59024: [CGP] Limit distance between overflow math and cmp
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 6 07:17:52 PST 2019
spatel added a subscriber: tejohnson.
spatel added a comment.
This will need to be rebased to account for D58995 <https://reviews.llvm.org/D58995> / rL355512 <https://reviews.llvm.org/rL355512>,
and we may want to do some preliminary testing to confirm that compile-time is not impacted (cc @tejohnson ).
I'm not opposed to the patch, but I don't know enough about DominatorTree mechanics to approve, so someone else will need to review this patch too.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59024/new/
https://reviews.llvm.org/D59024
More information about the llvm-commits
mailing list