[PATCH] D113132: [InstCombine] Fuse checks for LHS (~(A | B) & C) | ... NFC.
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 8 16:42:35 PST 2021
rampitec added a comment.
With all that said it looks like these patterns have to be extracted into a separate function and called for both 'or' and 'and'. But I don't think this shall preclude this NFC and the next D113141 <https://reviews.llvm.org/D113141> to wait for it, these are mostly orthogonal to me.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113132/new/
https://reviews.llvm.org/D113132
More information about the llvm-commits
mailing list