[PATCH] D145280: [InstCombine] Add transforms for `(icmp (xor X, Y), X)`

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 9 12:20:01 PST 2023


nikic added a comment.

Is there any real-world motivation for these xor transforms (and also the signed predicate variants in this patch stack)? If not, I'm not sure this is worthwhile.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145280/new/

https://reviews.llvm.org/D145280



More information about the llvm-commits mailing list