Skip to content

Commit

Permalink
add newly added op on rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
inbelic committed Nov 21, 2024
1 parent 7cd364b commit b157913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/CodeGen/DirectX/WaveActiveAnyTrue.ll
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

define noundef i1 @wave_any_simple(i1 noundef %p1) {
entry:
; CHECK: call i1 @dx.op.waveAnyTrue(i32 113, i1 %p1)
; CHECK: call i1 @dx.op.waveAnyTrue(i32 113, i1 %p1){{$}}
%ret = call i1 @llvm.dx.wave.any(i1 %p1)
ret i1 %ret
}
Expand Down

0 comments on commit b157913

Please sign in to comment.