[llvm] 31684c6 - [AMDGPU][llvm-split] Remove declarations-debug
via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 29 01:52:49 PDT 2024
Author: pvanhout
Date: 2024-08-29T10:52:40+02:00
New Revision: 31684c676a9983277666df2ac845a563f4d68e19
URL: https://github.com/llvm/llvm-project/commit/31684c676a9983277666df2ac845a563f4d68e19
DIFF: https://github.com/llvm/llvm-project/commit/31684c676a9983277666df2ac845a563f4d68e19.diff
LOG: [AMDGPU][llvm-split] Remove declarations-debug
Test didn't have a FileCheck line and is obsolete after #104763
Added:
Modified:
Removed:
llvm/test/tools/llvm-split/AMDGPU/declarations-debug.ll
################################################################################
diff --git a/llvm/test/tools/llvm-split/AMDGPU/declarations-debug.ll b/llvm/test/tools/llvm-split/AMDGPU/declarations-debug.ll
deleted file mode 100644
index 66b89659f5d4f9..00000000000000
--- a/llvm/test/tools/llvm-split/AMDGPU/declarations-debug.ll
+++ /dev/null
@@ -1,12 +0,0 @@
-; RUN: llvm-split -o %t %s -j 2 -mtriple amdgcn-amd-amdhsa --debug
-
-; REQUIRES: asserts
-
-; CHECK: --Partitioning Starts--
-; CHECK: P0 has a total cost of 0 (0.00% of source module)
-; CHECK: P1 has a total cost of 0 (0.00% of source module)
-; CHECK: --Partitioning Done--
-
-declare void @A()
-
-declare void @B()
More information about the llvm-commits
mailing list