[PATCH] D112276: [InstCombine] Fold `(c & ~(a | b)) | (b & ~(a | c))` to `~a & (b ^ c)`
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 26 09:07:13 PDT 2021
spatel added a comment.
Please pre-commit the new tests so we just see the diffs.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112276/new/
https://reviews.llvm.org/D112276
More information about the llvm-commits
mailing list