[PATCH] D139299: [Instcombine] Canonicalize xor to or for two logical-select case
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 6 11:27:40 PST 2022
spatel added a comment.
Was there a problem with D139300 <https://reviews.llvm.org/D139300>? That is the same transform as this, but coded differently, right? I find that version easier to read even if it repeats the match for ~xor.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139299/new/
https://reviews.llvm.org/D139299
More information about the llvm-commits
mailing list