[llvm] [DXIL][Analysis] Delete unnecessary test (PR #105025)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 20 08:38:29 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-backend-directx
Author: S. Bharadwaj Yadavalli (bharadwajy)
<details>
<summary>Changes</summary>
Delete an unnecessary test added in an earlier PR.
---
Full diff: https://github.com/llvm/llvm-project/pull/105025.diff
1 Files Affected:
- (removed) llvm/test/CodeGen/DirectX/Metadata/empty-valver1.8.ll (-25)
``````````diff
diff --git a/llvm/test/CodeGen/DirectX/Metadata/empty-valver1.8.ll b/llvm/test/CodeGen/DirectX/Metadata/empty-valver1.8.ll
deleted file mode 100644
index e1507100a3206..0000000000000
--- a/llvm/test/CodeGen/DirectX/Metadata/empty-valver1.8.ll
+++ /dev/null
@@ -1,25 +0,0 @@
-; RUN: opt -S -passes="print<dxil-metadata>" -disable-output %s 2>&1 | FileCheck %s --check-prefix=ANALYSIS
-; Verify correctness of Shader Model version, DXIL version, Shader stage and Validator version
-; obtained by Module Metadata Analysis pass from the metadata specified in the source.
-
-; ANALYSIS: Shader Model Version : 6.6
-; ANALYSIS-NEXT: DXIL Version : 1.6
-; ANALYSIS-NEXT: Shader Stage : compute
-; ANALYSIS-NEXT: Validator Version : 1.8
-; ANALYSIS-EMPTY:
-
-; Function Attrs: nounwind memory(none)
-define void @main() local_unnamed_addr #0 {
-entry:
- ret void
-}
-
-attributes #0 = { nounwind memory(none) }
-
-!dx.valver = !{!0}
-!dx.shaderModel = !{!2}
-!dx.version = !{!3}
-
-!0 = !{i32 1, i32 8}
-!2 = !{!"cs", i32 6, i32 6}
-!3 = !{i32 1, i32 6}
``````````
</details>
https://github.com/llvm/llvm-project/pull/105025
More information about the llvm-commits
mailing list