[llvm] 0df8880 - [AMDGPU][SIPreEmitPeephole][NFC] remove useless declaration in test
Juan Manuel Martinez Caamaño via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 27 01:52:47 PDT 2024
Author: Juan Manuel Martinez Caamaño
Date: 2024-09-27T10:41:28+02:00
New Revision: 0df88802c69814e7fce662da14f70580e2df4c34
URL: https://github.com/llvm/llvm-project/commit/0df88802c69814e7fce662da14f70580e2df4c34
DIFF: https://github.com/llvm/llvm-project/commit/0df88802c69814e7fce662da14f70580e2df4c34.diff
LOG: [AMDGPU][SIPreEmitPeephole][NFC] remove useless declaration in test
Added:
Modified:
llvm/test/CodeGen/AMDGPU/amdgpu-demote-scc-branches.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/AMDGPU/amdgpu-demote-scc-branches.ll b/llvm/test/CodeGen/AMDGPU/amdgpu-demote-scc-branches.ll
index 9319f0d3f5d40f..c293891140008d 100644
--- a/llvm/test/CodeGen/AMDGPU/amdgpu-demote-scc-branches.ll
+++ b/llvm/test/CodeGen/AMDGPU/amdgpu-demote-scc-branches.ll
@@ -359,7 +359,6 @@ if.end:
declare void @llvm.amdgcn.raw.ptr.buffer.store.i32(i32, ptr addrspace(8) nocapture writeonly, i32, i32, i32 immarg)
declare void @llvm.amdgcn.s.waitcnt(i32)
-declare i32 @llvm.amdgcn.workitem.id.x()
!0 = !{!"branch_weights", i32 1000, i32 1000}
!1 = !{!"branch_weights", i32 2000, i32 1}
More information about the llvm-commits
mailing list