[PATCH] D36214: [InstCombine] Remove explicit code for folding (xor(zext(cmp)), 1) and (xor(sext(cmp)), -1) to ext(!cmp).
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 2 12:17:55 PDT 2017
craig.topper added a comment.
I pre-commited a sext case in r309839.
https://reviews.llvm.org/D36214
More information about the llvm-commits
mailing list