diff options
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/waitcnt.mir')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/waitcnt.mir | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/waitcnt.mir b/llvm/test/CodeGen/AMDGPU/waitcnt.mir index afe651af093..38662e83b35 100644 --- a/llvm/test/CodeGen/AMDGPU/waitcnt.mir +++ b/llvm/test/CodeGen/AMDGPU/waitcnt.mir @@ -1,18 +1,18 @@ # RUN: llc -march=amdgcn -mcpu=fiji -run-pass si-insert-waits %s -o - | FileCheck %s --- | - define void @flat_zero_waitcnt(i32 addrspace(1)* %global4, + define amdgpu_kernel void @flat_zero_waitcnt(i32 addrspace(1)* %global4, <4 x i32> addrspace(1)* %global16, i32 addrspace(4)* %flat4, <4 x i32> addrspace(4)* %flat16) { ret void } - define void @single_fallthrough_successor_no_end_block_wait() { + define amdgpu_kernel void @single_fallthrough_successor_no_end_block_wait() { ret void } - define void @single_branch_successor_not_next_block() { + define amdgpu_kernel void @single_branch_successor_not_next_block() { ret void } |