[PATCH] D33342: [InstCombine] try to canonicalize xor-of-icmps to and-of-icmps

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 19 13:39:42 PDT 2017


efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.

Sorry about the delayed review.

The particular case I cited works... I didn't really think it through.

This still seems like an expensive way to handle these transforms, but I guess that's unlikely to matter in practice.

LGTM.


https://reviews.llvm.org/D33342





More information about the llvm-commits mailing list