Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / X86 / elf-comdat2.ll
blob3e43c43b7d7419e34fceca4eb913a37ed19d084e
1 ; RUN: llc -mtriple x86_64-pc-linux-gnu < %s | FileCheck %s
3 $foo = comdat any
4 @bar = global i32 42, comdat($foo)
5 @foo = global i32 42
7 ; CHECK:      .type   bar,@object
8 ; CHECK-NEXT: .section        .data.bar,"awG",@progbits,foo,comdat
9 ; CHECK-NEXT: .globl  bar
10 ; CHECK:      .type   foo,@object
11 ; CHECK-NEXT: .data
12 ; CHECK-NEXT: .globl  foo