[PATCH] D126040: [InstCombine] Fold a mul with bool value into and
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat May 21 01:11:53 PDT 2022
xbolva00 added a comment.
LG
================
Comment at: llvm/test/Transforms/InstCombine/mul-bool.ll:19
+
+; Negativel test
+define i64 @scalar_mul_bit_x0_y1(i64 %x, i64 %y) {
----------------
Negativel test -> Negative test
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126040/new/
https://reviews.llvm.org/D126040
More information about the llvm-commits
mailing list