diff options
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/schedule-regpressure-limit2.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/schedule-regpressure-limit2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/schedule-regpressure-limit2.ll b/llvm/test/CodeGen/AMDGPU/schedule-regpressure-limit2.ll index 2e659fe5a85..0d19c1e6a8f 100644 --- a/llvm/test/CodeGen/AMDGPU/schedule-regpressure-limit2.ll +++ b/llvm/test/CodeGen/AMDGPU/schedule-regpressure-limit2.ll @@ -10,7 +10,7 @@ ; VI: NumSgprs: {{[1-5][0-9]$}} ; VI: NumVgprs: {{[1-3][0-9]$}} -define void @load_fma_store(float addrspace(3)* nocapture readonly %in_arg, float addrspace(1)* nocapture %out_arg) { +define amdgpu_kernel void @load_fma_store(float addrspace(3)* nocapture readonly %in_arg, float addrspace(1)* nocapture %out_arg) { bb: %adr.a.0 = getelementptr inbounds float, float addrspace(3)* %in_arg, i32 20004 %adr.b.0 = getelementptr inbounds float, float addrspace(3)* %in_arg, i32 20252 |