Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit 00f3f7c

Browse files
committed
Merging r332197:
------------------------------------------------------------------------ r332197 | dim | 2018-05-13 07:32:23 -0700 (Sun, 13 May 2018) | 4 lines Follow-up to rL332176 by adding a test case for PR37264. Noticed by Simon Pilgrim. ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_60@332264 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 1c26722 commit 00f3f7c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

test/CodeGen/X86/pr37264.ll

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
; RUN: llc < %s -mtriple=x86_64--
2+
3+
define void @a() local_unnamed_addr #0 {
4+
ret void
5+
}
6+
7+
define void @b() local_unnamed_addr #1 {
8+
ret void
9+
}
10+
11+
attributes #0 = { "target-features"="+avx,+avx2,+avx512bw,+avx512f,+f16c,+fma,+mmx,+popcnt,+sse,+sse2,+sse3,+sse4.1,+sse4.2,+ssse3,+x87,+xsave" }
12+
attributes #1 = { "target-features"="+avx,+avx2,+avx512f,+avx512vl,+f16c,+fma,+mmx,+popcnt,+sse,+sse2,+sse3,+sse4.1,+sse4.2,+ssse3,+x87,+xsave" }

0 commit comments

Comments
 (0)