[PATCH] D106849: [NFC][X86] add missing tests in clang/test/CodeGen/attr-target-mv.c

Freddy, Ye via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 26 22:21:08 PDT 2021


FreddyYe created this revision.
FreddyYe requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D106849

Files:
  clang/test/CodeGen/attr-target-mv.c


Index: clang/test/CodeGen/attr-target-mv.c
===================================================================
--- clang/test/CodeGen/attr-target-mv.c
+++ clang/test/CodeGen/attr-target-mv.c
@@ -129,6 +129,16 @@
 // WINDOWS: ret i32 6
 // WINDOWS: define dso_local i32 @foo.arch_icelake-server()
 // WINDOWS: ret i32 7
+// WINDOWS: define{{.*}} i32 @foo.arch_cooperlake()
+// WINDOWS: ret i32 8
+// WINDOWS: define{{.*}} i32 @foo.arch_tigerlake()
+// WINDOWS: ret i32 9
+// WINDOWS: define{{.*}} i32 @foo.arch_sapphirerapids()
+// WINDOWS: ret i32 10
+// WINDOWS: define{{.*}} i32 @foo.arch_alderlake()
+// WINDOWS: ret i32 11
+// WINDOWS: define{{.*}} i32 @foo.arch_rocketlake()
+// WINDOWS: ret i32 12
 // WINDOWS: define dso_local i32 @foo()
 // WINDOWS: ret i32 2
 // WINDOWS: define dso_local i32 @bar()


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106849.361907.patch
Type: text/x-patch
Size: 809 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210727/43543895/attachment.bin>


More information about the cfe-commits mailing list