Skip to content

Commit cf3f8f2

Browse files
committed
Remove Verifier check that I moved to previous PR
1 parent d01ebb0 commit cf3f8f2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

llvm/test/Verifier/AMDGPU/intrinsic-amdgcn-call-whole-wave.ll

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,3 @@ define amdgpu_cs void @bad_args(i32 %x) {
4444

4545
ret void
4646
}
47-
48-
define amdgpu_cs void @no_direct_calls_to_whole_wave(i32 %x) {
49-
; CHECK: calling convention does not permit calls
50-
%whatever = call amdgpu_gfx_whole_wave i32(i1, i32, i32) @good_callee(i1 poison, i32 %x, i32 inreg %x)
51-
52-
ret void
53-
}

0 commit comments

Comments
 (0)