[llvm] c670cb4 - [DXIL][Analysis] Delete unnecessary test (#105025)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 20 08:38:46 PDT 2024
Author: S. Bharadwaj Yadavalli
Date: 2024-08-20T11:38:43-04:00
New Revision: c670cb47d109b68158dd53885aff94542a8312c5
URL: https://github.com/llvm/llvm-project/commit/c670cb47d109b68158dd53885aff94542a8312c5
DIFF: https://github.com/llvm/llvm-project/commit/c670cb47d109b68158dd53885aff94542a8312c5.diff
LOG: [DXIL][Analysis] Delete unnecessary test (#105025)
Delete an unnecessary test added in an earlier PR.
Added:
Modified:
Removed:
llvm/test/CodeGen/DirectX/Metadata/empty-valver1.8.ll
################################################################################
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}
More information about the llvm-commits
mailing list