[AVX512] add PSLLD and PSLLQ Intrinsic
[oota-llvm.git] / test / CodeGen / X86 / elf-comdat.ll
1 ; RUN: llc -mtriple x86_64-pc-linux-gnu < %s | FileCheck %s
2
3 $f = comdat any
4 @v = global i32 0, comdat($f)
5 define void @f() comdat($f) {
6   ret void
7 }
8 ; CHECK: .section        .text.f,"axG",@progbits,f,comdat
9 ; CHECK: .globl  f
10 ; CHECK: .section        .bss.v,"aGw",@nobits,f,comdat
11 ; CHECK: .globl  v