[PATCH] D145157: [InstCombine] Implement "A & (~A | B) --> A & B" like transform for boolean vectors.
Paul Walker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 2 10:24:02 PST 2023
paulwalker-arm added a comment.
Thanks for the education @nikic. I'll implement that transformation as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145157/new/
https://reviews.llvm.org/D145157
More information about the llvm-commits
mailing list