Skip to content

Commit 8b8f3f6

Browse files
undef => poison
1 parent 692565e commit 8b8f3f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/SPIRV/validate/triton-tut-softmax-kernel.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ define spir_kernel void @softmax_kernel(ptr addrspace(1) nocapture writeonly %0,
104104
br i1 %32, label %74, label %.thread1
105105

106106
.thread1: ; preds = %72
107-
%73 = tail call spir_func float @_Z27__spirv_GroupNonUniformFMaxiifj(i32 3, i32 3, float undef, i32 8)
107+
%73 = tail call spir_func float @_Z27__spirv_GroupNonUniformFMaxiifj(i32 3, i32 3, float poison, i32 8)
108108
br label %78
109109

110110
74: ; preds = %72
@@ -147,7 +147,7 @@ define spir_kernel void @softmax_kernel(ptr addrspace(1) nocapture writeonly %0,
147147
br i1 %32, label %99, label %.thread
148148

149149
.thread: ; preds = %97
150-
%98 = tail call spir_func float @_Z27__spirv_GroupNonUniformFAddiifj(i32 3, i32 3, float undef, i32 8)
150+
%98 = tail call spir_func float @_Z27__spirv_GroupNonUniformFAddiifj(i32 3, i32 3, float poison, i32 8)
151151
br label %103
152152

153153
99: ; preds = %97

0 commit comments

Comments
 (0)