[PATCH] D113037: [InstCombine] (~a & b & c) | ~(a | b) -> (c | ~b) & ~a

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 15 09:37:27 PST 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe6f694229696: [InstCombine] (~a & b & c) | ~(a | b) -> (c | ~b) & ~a (authored by rampitec).

Changed prior to commit:
  https://reviews.llvm.org/D113037?vs=388994&id=394589#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113037

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113037.394589.patch
Type: text/x-patch
Size: 19553 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211215/c96a98cf/attachment.bin>


More information about the llvm-commits mailing list