[AMDGPU] Add amdgpu_kernel for consistency with other tests

llvm-svn: 367221
This commit is contained in:
Jay Foad 2019-07-29 11:48:17 +00:00
parent f8a7e9de06
commit 2bd9da8a72
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
@local = addrspace(3) global i32 undef @local = addrspace(3) global i32 undef
define void @reducible(i32 %x) { define amdgpu_kernel void @reducible(i32 %x) {
; CHECK-LABEL: reducible: ; CHECK-LABEL: reducible:
; CHECK-NOT: dpp ; CHECK-NOT: dpp
entry: entry: