[PATCH] D159371: [InstCombine] Baseline tests for folding ((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:56:23 PDT 2023


marcauberer updated this revision to Diff 555478.
marcauberer added a comment.
Herald added a subscriber: hiraditya.

Rebase


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159371

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159371.555478.patch
Type: text/x-patch
Size: 4078 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230901/64c125ac/attachment.bin>


More information about the llvm-commits mailing list