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

Huihui Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 7 17:42:11 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG904ac6fe6b95: [InstCombine] Fold ((A&B)^A)|((A&B)^B) to A^B (authored by marcauberer, committed by huihuiz).

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.556216.patch
Type: text/x-patch
Size: 4857 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230908/dea9f968/attachment.bin>


More information about the llvm-commits mailing list