[PATCH] D112276: [InstCombine] Fold `(c & ~(a | b)) | (b & ~(a | c))` to `~a & (b ^ c)`

Haowei Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 28 17:48:54 PDT 2021


haowei added a comment.

In D112276#3094915 <https://reviews.llvm.org/D112276#3094915>, @rampitec wrote:

> In D112276#3094903 <https://reviews.llvm.org/D112276#3094903>, @haowei wrote:
>
>> This change breaks windows build https://buildkite.com/llvm-project/premerge-checks/builds/62772#b136d0fe-c1a2-4853-9993-34bd56934ab8 in `Transforms/InstCombine/and-xor-or.ll` test. Could you revert this change if it takes a bit time to fix it?
>
> That was fixed by f7f430c9136330545637aaddebf013da05c0f370 <https://reviews.llvm.org/rGf7f430c9136330545637aaddebf013da05c0f370>

Confirmed it was fixed. Thank you!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112276



More information about the llvm-commits mailing list