[PATCH] D67153: [InstCombine] Fold sub (or A, B) (and A, B) to (xor A, B)
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 4 04:52:28 PDT 2019
xbolva00 added a comment.
Thanks!
>> There's also sub(and(x, y), or(x, y)) -> neg(xor(x, y))
Ok, I will prepare a patch soon.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67153/new/
https://reviews.llvm.org/D67153
More information about the llvm-commits
mailing list