[AMDGPU] Add amdgpu_kernel for consistency with other tests
authorJay Foad <jay.foad@gmail.com>
Mon, 29 Jul 2019 11:48:17 +0000 (11:48 +0000)
committerJay Foad <jay.foad@gmail.com>
Mon, 29 Jul 2019 11:48:17 +0000 (11:48 +0000)
llvm-svn: 367221

llvm/test/CodeGen/AMDGPU/divergence-at-use.ll

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