[PATCH] D122051: [RISCV] The immediate version of sgt/ugt lowering to slti/sltiu + xori

LiqinWeng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 21 00:55:44 PDT 2022


Miss_Grape added a comment.

In D122051#3393730 <https://reviews.llvm.org/D122051#3393730>, @craig.topper wrote:

> In D122051#3393725 <https://reviews.llvm.org/D122051#3393725>, @jrtc27 wrote:
>
>> There's a whole set of these you could do; why this one in particular? And what about it makes it RV32-specific?
>
> Agreed, I'd at least expect the same for setugt.

done


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122051/new/

https://reviews.llvm.org/D122051



More information about the llvm-commits mailing list