Skip to content

Commit 26bc1c6

Browse files
committed
[RISCV] Fix incorrect runline for test
1 parent 0641139 commit 26bc1c6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

llvm/test/CodeGen/RISCV/rvv/stack-slot-coloring.ll

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2-
; RUN: llc -mtriple=riscv32 -mattr=+v -verify-machineinstrs < %s | FileCheck %s
3-
; RUN: llc -mtriple=riscv64 -mattr=+v -verify-machineinstrs < %s | FileCheck %s
2+
; RUN: llc -mtriple=riscv32 -mattr=+v -verify-machineinstrs < %s | FileCheck %s --check-prefix=RV32
3+
; RUN: llc -mtriple=riscv64 -mattr=+v -verify-machineinstrs < %s | FileCheck %s --check-prefix=RV64
44

55
declare void @foo()
66

@@ -474,5 +474,3 @@ define void @test_m1_then_m2(ptr %p, ptr %p2) {
474474
store <vscale x 16 x i8> %v2, ptr %p2
475475
ret void
476476
}
477-
;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
478-
; CHECK: {{.*}}

0 commit comments

Comments
 (0)