[llvm] 26bc1c6 - [RISCV] Fix incorrect runline for test
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 26 15:41:26 PDT 2025
Author: Philip Reames
Date: 2025-03-26T15:41:19-07:00
New Revision: 26bc1c6058d0af952de3073dcc9e710b4ba256aa
URL: https://github.com/llvm/llvm-project/commit/26bc1c6058d0af952de3073dcc9e710b4ba256aa
DIFF: https://github.com/llvm/llvm-project/commit/26bc1c6058d0af952de3073dcc9e710b4ba256aa.diff
LOG: [RISCV] Fix incorrect runline for test
Added:
Modified:
llvm/test/CodeGen/RISCV/rvv/stack-slot-coloring.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/RISCV/rvv/stack-slot-coloring.ll b/llvm/test/CodeGen/RISCV/rvv/stack-slot-coloring.ll
index 579c012ecc7d3..3d57230b5e17d 100644
--- a/llvm/test/CodeGen/RISCV/rvv/stack-slot-coloring.ll
+++ b/llvm/test/CodeGen/RISCV/rvv/stack-slot-coloring.ll
@@ -1,6 +1,6 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -mtriple=riscv32 -mattr=+v -verify-machineinstrs < %s | FileCheck %s
-; RUN: llc -mtriple=riscv64 -mattr=+v -verify-machineinstrs < %s | FileCheck %s
+; RUN: llc -mtriple=riscv32 -mattr=+v -verify-machineinstrs < %s | FileCheck %s --check-prefix=RV32
+; RUN: llc -mtriple=riscv64 -mattr=+v -verify-machineinstrs < %s | FileCheck %s --check-prefix=RV64
declare void @foo()
@@ -474,5 +474,3 @@ define void @test_m1_then_m2(ptr %p, ptr %p2) {
store <vscale x 16 x i8> %v2, ptr %p2
ret void
}
-;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
-; CHECK: {{.*}}
More information about the llvm-commits
mailing list