[PATCH] D145157: [InstCombine] Implement "A & (~A | B) --> A & B" like transforms for boolean based selects.
Paul Walker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 3 09:13:51 PST 2023
paulwalker-arm updated this revision to Diff 502155.
paulwalker-arm added a comment.
Rebase after updating and precommiting the tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145157/new/
https://reviews.llvm.org/D145157
Files:
llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
llvm/test/Transforms/InstCombine/logical-select.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145157.502155.patch
Type: text/x-patch
Size: 6210 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230303/1043186b/attachment.bin>
More information about the llvm-commits
mailing list