[PATCH] D86363: InstCombine transform pattern "(A ^ B) | ~(A | B) -> ~(A & B)" added
Jaydeep Chauhan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 29 10:02:05 PDT 2020
Jac1494 updated this revision to Diff 288787.
Jac1494 edited the summary of this revision.
Jac1494 added a comment.
Removed unnecessary code.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86363/new/
https://reviews.llvm.org/D86363
Files:
llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
llvm/test/Transforms/InstCombine/or-and.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86363.288787.patch
Type: text/x-patch
Size: 3878 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200829/70391e57/attachment.bin>
More information about the llvm-commits
mailing list