Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / LTO / Resolution / X86 / appending-var.ll
blob7eca072bc6ef7636fb655eda67b68db35c2b38b9
1 ; Check we don't crash when linking a global variable with appending linkage
2 ; if the types in their elements don't have a straightforward mapping, forcing
3 ; us to use bitcasts.
5 ; RUN: opt %s -o %t1.o
6 ; RUN: opt %p/Inputs/appending-var-2.ll -o %t2.o
8 ; RUN: llvm-lto2 run -o %t3.o %t1.o %t2.o -r %t1.o,bar, -r %t2.o,bar,px
10 target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
11 target triple = "x86_64-unknown-linux-gnu"
13 %"foo.1" = type { i8, i8 }
14 declare dso_local i32 @bar(ptr nocapture readnone %this) local_unnamed_addr
16 @llvm.used = appending global [1 x ptr] [ptr @bar], section "llvm.metadata"