[PATCH] D159372: [InstCombine] Fold ((A&B)^A)|((A&B)^B) to A^B
Marc Auberer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 1 12:52:16 PDT 2023
marcauberer updated this revision to Diff 555474.
marcauberer added a comment.
Rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159372/new/
https://reviews.llvm.org/D159372
Files:
llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
llvm/test/Transforms/InstCombine/or-xor-xor.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159372.555474.patch
Type: text/x-patch
Size: 4078 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230901/f150fc38/attachment.bin>
More information about the llvm-commits
mailing list