From 58712987e56fb598ac49da7fbe6e6a78c787637b Mon Sep 17 00:00:00 2001 From: Freddy Ye Date: Thu, 29 Jul 2021 13:27:40 +0800 Subject: [PATCH] [NFC][X86] add missing tests in clang/test/CodeGen/attr-target-mv.c Reviewed By: pengfei Differential Revision: https://reviews.llvm.org/D106849 --- clang/test/CodeGen/attr-target-mv.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/clang/test/CodeGen/attr-target-mv.c b/clang/test/CodeGen/attr-target-mv.c index a01cef5..9fa3e3b 100644 --- a/clang/test/CodeGen/attr-target-mv.c +++ b/clang/test/CodeGen/attr-target-mv.c @@ -129,6 +129,16 @@ void calls_pr50025c() { pr50025c(); } // WINDOWS: ret i32 6 // WINDOWS: define dso_local i32 @foo.arch_icelake-server() // WINDOWS: ret i32 7 +// WINDOWS: define dso_local i32 @foo.arch_cooperlake() +// WINDOWS: ret i32 8 +// WINDOWS: define dso_local i32 @foo.arch_tigerlake() +// WINDOWS: ret i32 9 +// WINDOWS: define dso_local i32 @foo.arch_sapphirerapids() +// WINDOWS: ret i32 10 +// WINDOWS: define dso_local i32 @foo.arch_alderlake() +// WINDOWS: ret i32 11 +// WINDOWS: define dso_local i32 @foo.arch_rocketlake() +// WINDOWS: ret i32 12 // WINDOWS: define dso_local i32 @foo() // WINDOWS: ret i32 2 // WINDOWS: define dso_local i32 @bar() -- 2.7.4