[PATCH] D122651: [RISCV] [NFC] Add immediate version of the test for icmp Instruction
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 29 10:19:57 PDT 2022
craig.topper 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_:
----------------
Why is there an extra underscore on the end of this test name?
================
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_:
----------------
Same here
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122651/new/
https://reviews.llvm.org/D122651
More information about the llvm-commits
mailing list