[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 06:37:17 PDT 2020
Jac1494 updated this revision to Diff 288773.
Jac1494 edited the summary of this revision.
Jac1494 added a comment.
Herald added a subscriber: danielkiss.
New pattern "~(A | B) | (A ^ B) -> ~(A & B)" and Test cases are added.
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.288773.patch
Type: text/x-patch
Size: 4107 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200829/90e2d07d/attachment.bin>
More information about the llvm-commits
mailing list