[PATCH] D139299: [Instcombine] Canonicalize xor to or for two logical-select case

chenglin.bi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 5 08:39:46 PST 2022


bcl5980 updated this revision to Diff 480121.
bcl5980 retitled this revision from "[Instcombine] Canonicalize ~((A & B) ^ (A | ?)) -> (A & B) | ~(A | ?)" to "[Instcombine] Canonicalize xor to or for two logical-select case".
bcl5980 edited the summary of this revision.

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

https://reviews.llvm.org/D139299

Files:
  llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
  llvm/test/Transforms/InstCombine/xor2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139299.480121.patch
Type: text/x-patch
Size: 8289 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221205/d09fbfc1/attachment-0001.bin>


More information about the llvm-commits mailing list