[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
Thu Sep 7 13:45:26 PDT 2023


marcauberer updated this revision to Diff 556203.
marcauberer marked 2 inline comments as done.
marcauberer added a comment.

Remove unnecessary nullptr checks


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


More information about the llvm-commits mailing list