[PATCH] D149421: [KnownBits] Improve `KnownBits::rem(X, Y)` in cases where we can deduce low-bits of output
Noah Goldstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 4 09:01:47 PDT 2023
goldstein.w.n added a comment.
In D149421#4318299 <https://reviews.llvm.org/D149421#4318299>, @RKSimon wrote:
> KnownBitsTest has an exhaustive test for srem and urem - so the likelihood of bugs surfacing are pretty low.
I'm less worried about a correctness failure. Moreso undoing information we could have deduced with unknown state.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149421/new/
https://reviews.llvm.org/D149421
More information about the llvm-commits
mailing list