[PATCH] D159380: [InstCombine] Fold ((A&B)^A)|((A&B)^B) to A^B

Marc Auberer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 2 02:09:57 PDT 2023


marcauberer updated this revision to Diff 555570.
marcauberer added a comment.

Reflect changes to tests


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D159380/new/

https://reviews.llvm.org/D159380

Files:
  llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
  llvm/test/Transforms/InstCombine/or-xor-xor.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159380.555570.patch
Type: text/x-patch
Size: 4895 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230902/da224b40/attachment.bin>


More information about the llvm-commits mailing list