diff options
| author | Dimitry Andric <dimitry@andric.com> | 2018-05-13 14:32:23 +0000 |
|---|---|---|
| committer | Dimitry Andric <dimitry@andric.com> | 2018-05-13 14:32:23 +0000 |
| commit | a39c409619f3c06e4febd8d1bb0d5efc7d0a940d (patch) | |
| tree | 6ce654f16b094fce235a3956ec34dcb5d1f5abcd | |
| parent | 432aaea63fedbd7081e0714d438f4de3fe39de00 (diff) | |
| download | bcm5719-llvm-a39c409619f3c06e4febd8d1bb0d5efc7d0a940d.tar.gz bcm5719-llvm-a39c409619f3c06e4febd8d1bb0d5efc7d0a940d.zip | |
Follow-up to rL332176 by adding a test case for PR37264.
Noticed by Simon Pilgrim.
llvm-svn: 332197
| -rw-r--r-- | llvm/test/CodeGen/X86/pr37264.ll | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/pr37264.ll b/llvm/test/CodeGen/X86/pr37264.ll new file mode 100644 index 00000000000..8821960d4b7 --- /dev/null +++ b/llvm/test/CodeGen/X86/pr37264.ll @@ -0,0 +1,12 @@ +; RUN: llc < %s -mtriple=x86_64-- + +define void @a() local_unnamed_addr #0 { + ret void +} + +define void @b() local_unnamed_addr #1 { + ret void +} + +attributes #0 = { "target-features"="+avx,+avx2,+avx512bw,+avx512f,+f16c,+fma,+mmx,+popcnt,+sse,+sse2,+sse3,+sse4.1,+sse4.2,+ssse3,+x87,+xsave" } +attributes #1 = { "target-features"="+avx,+avx2,+avx512f,+avx512vl,+f16c,+fma,+mmx,+popcnt,+sse,+sse2,+sse3,+sse4.1,+sse4.2,+ssse3,+x87,+xsave" } |

