[PATCH] D88935: [KnownBits] Add a computeForMul method
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 7 00:59:07 PDT 2020
RKSimon accepted this revision.
RKSimon added a comment.
LGTM - cheers
================
Comment at: llvm/include/llvm/Support/KnownBits.h:247
KnownBits RHS);
/// Compute known bits for umax(LHS, RHS).
----------------
lebedev.ri wrote:
> Please move it here though, closer to similar ones.
+1
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88935/new/
https://reviews.llvm.org/D88935
More information about the llvm-commits
mailing list