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

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 5 13:10:47 PST 2022


spatel added reviewers: foad, lebedev.ri, nikic.
spatel added a comment.

This is pushing over the edge of pattern-matching complexity. But again, I don't have any real suggestions for improvement, so adding more potential reviewers.


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

https://reviews.llvm.org/D116231



More information about the llvm-commits mailing list