[PATCH] D112338: [InstCombine] Fold `(~(a | b) & c) | ~(a | c)` into `~((b & c) | a)`
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 28 13:19:20 PDT 2021
rampitec updated this revision to Diff 383142.
rampitec marked 5 inline comments as done.
rampitec added a comment.
Addressed review feedback.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112338/new/
https://reviews.llvm.org/D112338
Files:
llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
llvm/test/Transforms/InstCombine/and-xor-or.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112338.383142.patch
Type: text/x-patch
Size: 9057 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211028/ebf331f0/attachment-0001.bin>
More information about the llvm-commits
mailing list