[PATCH] D126040: [InstCombine] Fold a mul with bool value into and
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat May 21 01:42:44 PDT 2022
nikic added a reviewer: nikic.
nikic added a comment.
What is the real-world motivation for this change? This seems very niche for a transform that introduces two unconditional computeKnownBits() calls.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126040/new/
https://reviews.llvm.org/D126040
More information about the llvm-commits
mailing list