[PATCH] D126040: [InstCombine] Fold a mul with bool value into and

Allen zhong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 20 05:27:52 PDT 2022


Allen added inline comments.


================
Comment at: llvm/test/Transforms/InstCombine/trunc.ll:1025
+
+define i64 @PR55599_One0(i64 %x, i64 %y) {
+; CHECK-LABEL: @PR55599_One0(
----------------
xbolva00 wrote:
> I dont think trunc.ll file is suitable for these new tests. Find some other like mul.ll or just create new one.
thanks, apply your comment.


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

https://reviews.llvm.org/D126040



More information about the llvm-commits mailing list