[PATCH] D137157: InstCombine] fold mul with decremented "shl -1" factor (2nd try)
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 1 06:51:36 PDT 2022
spatel added a comment.
In D137157#3898971 <https://reviews.llvm.org/D137157#3898971>, @mstorsjo wrote:
> Thanks! My testscases seem to run fine with this version of the patch.
Great! - thank you for checking.
> (Note, the patch doesn't seem to apply entirely cleanly on current git main; the last hunk of the testcase seems to fail to apply here.)
Ah - I had not pushed the new test up to main. Should be clean after:
087e721dd8a7 <https://reviews.llvm.org/rG087e721dd8a7bf447b55bb041e5e85c587b6d22e>
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137157/new/
https://reviews.llvm.org/D137157
More information about the llvm-commits
mailing list