Skip to content

Commit ce537fe

Browse files
committed
remove CHECK prefix from runline
1 parent 768f1e1 commit ce537fe

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

llvm/test/CodeGen/SPIRV/llvm-intrinsics/lifetime.ll

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv64-unknown-unknown %s -o - | FileCheck %s --check-prefixes=CHECK,CL
1+
; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv64-unknown-unknown %s -o - | FileCheck %s --check-prefixes=CL
22
; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv64-unknown-unknown %s -o - -filetype=obj | spirv-val %}
33

4-
; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s --check-prefixes=CHECK,CL
4+
; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s --check-prefixes=CL
55
; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv32-unknown-unknown %s -o - -filetype=obj | spirv-val %}
66

7-
; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv-unknown-vulkan1.3-compute %s -o - | FileCheck %s --check-prefixes=CHECK,VK
8-
7+
; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv-unknown-vulkan1.3-compute %s -o - | FileCheck %s --check-prefixes=VK
98
; FIXME(135165) Alignment capability emitted for Vulkan.
109
; FIXME: %if spirv-tools %{ llc -O0 -mtriple=spirv-unknown-vulkan1.3-compute %s -o - -filetype=obj | spirv-val %}
1110

12-
; CHECK-DAG: %[[#Char:]] = OpTypeInt 8 0
13-
; CHECK-DAG: %[[#PtrChar:]] = OpTypePointer Function %[[#Char]]
11+
; CL-DAG: %[[#Char:]] = OpTypeInt 8 0
12+
; CL-DAG: %[[#PtrChar:]] = OpTypePointer Function %[[#Char]]
1413

1514
%tprange = type { %tparray }
1615
%tparray = type { [2 x i64] }

0 commit comments

Comments
 (0)