[PATCH] D114729: [InstCombine] try to fold 'or' into 'mul' operand

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 29 12:41:38 PST 2021


lebedev.ri accepted this revision.
lebedev.ri added a comment.
This revision is now accepted and ready to land.

LG, thank you.



================
Comment at: llvm/test/Transforms/InstCombine/or.ll:1445
 
 define i32 @mul_no_common_bits(i32 %p1, i32 %p2) {
 ; CHECK-LABEL: @mul_no_common_bits(
----------------
Please duplicate this test with an extra use on the multiply, to complement the `@mul_no_common_bits_uses`.


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

https://reviews.llvm.org/D114729



More information about the llvm-commits mailing list