[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:48:04 PDT 2023


marcauberer updated this revision to Diff 555472.
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/test/Transforms/InstCombine/or-xor-xor.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159372.555472.patch
Type: text/x-patch
Size: 3636 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230901/b3399c62/attachment.bin>


More information about the llvm-commits mailing list