[PATCH] D97631: [DAGCombiner] Teach visitUMULO that a 1-bit UMULO can't overflow.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 28 08:33:50 PST 2021
craig.topper abandoned this revision.
craig.topper added a comment.
A better fix is to just not early out if the N1 doesn't have any zero bits. That will also handle the case that we know nothing about operand 1, but operand 0 is known to be 0 or 1.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97631/new/
https://reviews.llvm.org/D97631
More information about the llvm-commits
mailing list