[llvm] r332197 - Follow-up to rL332176 by adding a test case for PR37264.

Dimitry Andric via llvm-commits llvm-commits at lists.llvm.org
Sun May 13 07:32:23 PDT 2018


Author: dim
Date: Sun May 13 07:32:23 2018
New Revision: 332197

URL: http://llvm.org/viewvc/llvm-project?rev=332197&view=rev
Log:
Follow-up to rL332176 by adding a test case for PR37264.

Noticed by Simon Pilgrim.

Added:
    llvm/trunk/test/CodeGen/X86/pr37264.ll

Added: llvm/trunk/test/CodeGen/X86/pr37264.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/pr37264.ll?rev=332197&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/X86/pr37264.ll (added)
+++ llvm/trunk/test/CodeGen/X86/pr37264.ll Sun May 13 07:32:23 2018
@@ -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" }




More information about the llvm-commits mailing list