[llvm] r367221 - [AMDGPU] Add amdgpu_kernel for consistency with other tests

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 29 04:48:17 PDT 2019


Author: foad
Date: Mon Jul 29 04:48:17 2019
New Revision: 367221

URL: http://llvm.org/viewvc/llvm-project?rev=367221&view=rev
Log:
[AMDGPU] Add amdgpu_kernel for consistency with other tests

Modified:
    llvm/trunk/test/CodeGen/AMDGPU/divergence-at-use.ll

Modified: llvm/trunk/test/CodeGen/AMDGPU/divergence-at-use.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AMDGPU/divergence-at-use.ll?rev=367221&r1=367220&r2=367221&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AMDGPU/divergence-at-use.ll (original)
+++ llvm/trunk/test/CodeGen/AMDGPU/divergence-at-use.ll Mon Jul 29 04:48:17 2019
@@ -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:




More information about the llvm-commits mailing list