Skip to content

Commit

Permalink
undef => poison
Browse files Browse the repository at this point in the history
  • Loading branch information
VyacheslavLevytskyy committed Jan 31, 2025
1 parent 692565e commit 8b8f3f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/test/CodeGen/SPIRV/validate/triton-tut-softmax-kernel.ll
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ define spir_kernel void @softmax_kernel(ptr addrspace(1) nocapture writeonly %0,
br i1 %32, label %74, label %.thread1

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

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

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

99: ; preds = %97
Expand Down

0 comments on commit 8b8f3f6

Please sign in to comment.