[PATCH] D141214: [InstCombine] Don't combine smul of i1 type constant one
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 9 07:36:31 PST 2023
spatel added a comment.
I added tests similar to what is here and more with:
fc9d54a4a131c <https://reviews.llvm.org/rGfc9d54a4a131cbbd51c135b38b590c36357c8aa2>
...because there was another missing piece that should be fixed with:
2dcbd740eee0 <https://reviews.llvm.org/rG2dcbd740eee0283e76d08a8b646a7b5a8fbf969c>
But we still need a patch like this. Please rebase/update.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141214/new/
https://reviews.llvm.org/D141214
More information about the llvm-commits
mailing list