[PATCH] D148593: [InstCombine] Add transforms for `(icmp eq/ne (trunc x),(truncOrZext(y)))`->`(icmp eq/ne x,y)`
Noah Goldstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 18 00:37:36 PDT 2023
goldstein.w.n added a comment.
In D148593#4276624 <https://reviews.llvm.org/D148593#4276624>, @grandinj wrote:
> I think the third line in the commit message should be
>
> -> `(icmp eq/ne x,y)`
>
> ?
Correct. Fixed summary. Thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148593/new/
https://reviews.llvm.org/D148593
More information about the llvm-commits
mailing list