[PATCH] D67332: [InstSimplify] simplifyUnsignedRangeCheck(): if we know that X != 0, handle more cases (PR43246)
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 8 12:43:42 PDT 2019
spatel added a comment.
Sorry - I just looked over the comments in:
https://bugs.llvm.org/show_bug.cgi?id=43246
Does this allow removing a more specific (offset is constant) blob of code from instcombine?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67332/new/
https://reviews.llvm.org/D67332
More information about the llvm-commits
mailing list