[PATCH] D148593: [InstCombine] Add transforms for `(icmp eq/ne (trunc x),(truncOrZext(y)))`->`(icmp eq/ne x,y)`
Noel Grandin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 17 23:35:05 PDT 2023
grandinj added a comment.
I think the third line in the commit message should be
-> `(icmp eq/ne x,y)`
?
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