Skip to content

Commit e511b3e

Browse files
authored
[SPIRV] Fix graphic test to use correct triple. (#122738)
1 parent 0d15081 commit e511b3e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

llvm/test/CodeGen/SPIRV/hlsl-intrinsics/WaveReadLaneAt.ll

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
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 %}
33

44
; Test lowering to spir-v backend for various types and scalar/vector
55

6+
; CHECK: Capability Shader
7+
; CHECK: Capability GroupNonUniformShuffle
8+
69
; CHECK-DAG: %[[#uint:]] = OpTypeInt 32 0
710
; CHECK-DAG: %[[#f32:]] = OpTypeFloat 32
811
; CHECK-DAG: %[[#v4_float:]] = OpTypeVector %[[#f32]] 4

0 commit comments

Comments
 (0)