File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
llvm/test/CodeGen/SPIRV/hlsl-intrinsics Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
- ; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv32v1.3 -vulkan-unknown %s -o - | FileCheck %s
2
- ; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv32v1.3 -vulkan-unknown %s -o - -filetype=obj | spirv-val %}
1
+ ; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv1.5 -vulkan-unknown %s -o - | FileCheck %s
2
+ ; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv1.5 -vulkan-unknown %s -o - -filetype=obj | spirv-val %}
3
3
4
4
; Test lowering to spir-v backend for various types and scalar/vector
5
5
6
+ ; CHECK: Capability Shader
7
+ ; CHECK: Capability GroupNonUniformShuffle
8
+
6
9
; CHECK-DAG: %[[#uint:]] = OpTypeInt 32 0
7
10
; CHECK-DAG: %[[#f32:]] = OpTypeFloat 32
8
11
; CHECK-DAG: %[[#v4_float:]] = OpTypeVector %[[#f32]] 4
You can’t perform that action at this time.
0 commit comments