[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
Mon Mar 6 06:10:21 PST 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG15915fa10aa6: [InstCombine] Implement "A & (~A | B) --> A & B" like transforms for boolean… (authored by paulwalker-arm).
Changed prior to commit:
https://reviews.llvm.org/D145157?vs=502155&id=502609#toc
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.502609.patch
Type: text/x-patch
Size: 10222 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230306/f8c1ba5d/attachment.bin>
More information about the llvm-commits
mailing list