[PATCH] D144610: [InstCombine] Add transforms for `(icmp upred (or X, Y), X)`
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 14 02:01:40 PDT 2023
foad added a comment.
> We can simplify ule/ugt -> eq/ne and we can remove the xor in some
> cases of eq/ne.
What does "the xor" refer to? Description needs updating?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144610/new/
https://reviews.llvm.org/D144610
More information about the llvm-commits
mailing list