Skip to content

Commit 477db40

Browse files
committed
Remove unnecessary intrinsic declarations in the test.
1 parent 8f51e2d commit 477db40

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

llvm/test/CodeGen/AMDGPU/ptradd-sdag-optimizations.ll

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,5 @@ define amdgpu_kernel void @llvm_amdgcn_queue_ptr(ptr addrspace(1) %ptr) #0 {
198198
ret void
199199
}
200200

201-
declare noalias ptr addrspace(4) @llvm.amdgcn.queue.ptr()
202-
declare noalias ptr addrspace(4) @llvm.amdgcn.implicitarg.ptr()
203-
declare i64 @llvm.amdgcn.dispatch.id()
204-
declare noalias ptr addrspace(4) @llvm.amdgcn.dispatch.ptr()
205-
206201
;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
207202
; GFX942: {{.*}}

0 commit comments

Comments
 (0)