[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:11 PDT 2022


xbolva00 added inline comments.


================
Comment at: llvm/test/Transforms/InstCombine/mul-bool.ll:4
+
+; Instcombine should be able to simplify mull operator.
+
----------------
mull -> mul


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126040/new/

https://reviews.llvm.org/D126040



More information about the llvm-commits mailing list