[PATCH] D122651: [RISCV] [NFC] Add immediate version of the test for icmp Instruction

LiqinWeng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 29 18:58:46 PDT 2022


Miss_Grape added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/i32-icmp.ll:680
+
+define i32 @icmp_sle_constant_neg_2050_(i32 %a) nounwind {
+; RV32I-LABEL: icmp_sle_constant_neg_2050_:
----------------
craig.topper wrote:
> Why is there an extra underscore on the end of this test name?
removed extra underscore


================
Comment at: llvm/test/CodeGen/RISCV/i64-icmp.ll:694
+
+define i64 @icmp_sle_constant_neg_2050_(i64 %a) nounwind {
+; RV64I-LABEL: icmp_sle_constant_neg_2050_:
----------------
craig.topper wrote:
> Same here
done


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

https://reviews.llvm.org/D122651



More information about the llvm-commits mailing list