[PATCH] D104193: [InstCombine] Fold (sext bool X) * (sext bool X) to zext (and X, X)
Daniil Seredkin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 13 23:15:19 PDT 2021
vdsered added a comment.
We're going to see difference only in tests @mul_bool_sext_one_extra_user and mul_bool_sext_one_user as other transformations are performed even without the change in the patch.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104193/new/
https://reviews.llvm.org/D104193
More information about the llvm-commits
mailing list