[PATCH] D117252: [InstCombine] Fold ashr-exact into a icmp-ugt.
Nadav Rotem via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 13 21:42:20 PST 2022
nadav marked an inline comment as done.
nadav added a comment.
@craig.topper Ah. I think that the ICMP_UGT transformation is correct, but if you don't mind I prefer to land the two changes separately. I can start a second review for the ICMP_UGT change. Is that okay with you?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117252/new/
https://reviews.llvm.org/D117252
More information about the llvm-commits
mailing list