[PATCH] D117252: [InstCombine] Fold ashr-exact into a icmp-ugt.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 13 21:55:22 PST 2022


craig.topper added a comment.

In D117252#3242665 <https://reviews.llvm.org/D117252#3242665>, @nadav wrote:

> @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?

That's ok with me.


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