[PATCH] D113037: [InstCombine] (~a & b & c) | ~(a | b) -> (c | ~b) & ~a
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 15 08:07:28 PST 2021
spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.
LGTM - sorry for the delay.
As with the previous patch in this set, it's tough to follow all of the commute/use cases, but we've established that the logic is correct.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113037/new/
https://reviews.llvm.org/D113037
More information about the llvm-commits
mailing list