[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
Tue Jul 27 00:17:27 PDT 2021
FreddyYe updated this revision to Diff 361919.
FreddyYe added a comment.
lowering pre-merge issues.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106849/new/
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,8 @@
// 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()
// WINDOWS: ret i32 2
// WINDOWS: define dso_local i32 @bar()
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106849.361919.patch
Type: text/x-patch
Size: 503 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210727/88164bb7/attachment.bin>
More information about the cfe-commits
mailing list