[PATCH] D124119: [InstCombine] Combine instructions of type or/and where AND masks can be combined.
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 22 09:21:06 PDT 2022
spatel added a comment.
On 2nd thought, we should model the transform like this:
https://alive2.llvm.org/ce/z/NAgoJM
So it's a missing optimization even without constant operands, and we really do need 16 commuted matches/tests. :)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124119/new/
https://reviews.llvm.org/D124119
More information about the llvm-commits
mailing list