[PATCH] D137157: InstCombine] fold mul with decremented "shl -1" factor (2nd try)
Mike Hommey via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 1 14:37:11 PDT 2022
glandium added a comment.
FWIW, I tested replacing CreateAdd with CreateSub on the original commit yesterday, and it fixed the issues I had.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137157/new/
https://reviews.llvm.org/D137157
More information about the llvm-commits
mailing list