[PATCH] D144610: [InstCombine] Add transforms for `(icmp upred (or X, Y), X)`
Noah Goldstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 14 08:40:27 PDT 2023
goldstein.w.n added a comment.
In D144610#4584068 <https://reviews.llvm.org/D144610#4584068>, @foad wrote:
>> 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?
Mistype, fixed.
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