[PATCH] D136015: [InstCombine] Fold series of instructions into mull

Paweł Bylica via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 24 07:15:35 PDT 2022


chfast added inline comments.


================
Comment at: llvm/test/Transforms/InstCombine/mul_full_64.ll:452
 
 define i64 @mullo(i64 %x, i64 %y) {
 ; CHECK-LABEL: @mullo(
----------------
Interestingly, it hasn't folded this one.


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

https://reviews.llvm.org/D136015



More information about the llvm-commits mailing list