Home | History | Annotate | Download | only in X86
      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" }
     13