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

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 27 13:29:15 PDT 2022


craig.topper added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/i64-icmp.ll:5
+
+define i32 @icmp_ugt(i32 %a, i32 %b) nounwind {
+; RV64I-LABEL: icmp_ugt:
----------------
Shouldn't this use i64 instead of i32 to match the file name?


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

https://reviews.llvm.org/D122051



More information about the llvm-commits mailing list