File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
llvm/test/CodeGen/SPIRV/llvm-intrinsics Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 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 ] }
You can’t perform that action at this time.
0 commit comments