[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
Tue May 30 16:08:35 PDT 2017


efriedma added a comment.

This approach seems relatively expensive and not very flexible... e.g. we can't even transform "(x < 5) ^ (x == 4)".  Is there really no better way to catch simple cases?


https://reviews.llvm.org/D33342





More information about the llvm-commits mailing list