Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / Bitcode / thinlto-deadstrip-flag.ll
blob00c01314a51c254f86ef79a87ac1529e8e8725da
1 ; REQUIRES: x86-registered-target
2 ; RUN: opt -module-summary %s -o %t.o
4 ; Ensure dead stripping performed flag is set on distributed index
5 ; RUN: llvm-lto2 run %t.o -o %t.out -thinlto-distributed-indexes \
6 ; RUN:          -r %t.o,glob,plx
7 ; RUN: llvm-bcanalyzer -dump %t.o.thinlto.bc | FileCheck %s --check-prefix=WITHDEAD
8 ; WITHDEAD: <FLAGS op0=97/>
10 ; Ensure dead stripping performed flag is not set on distributed index
11 ; when option used to disable dead stripping computation.
12 ; RUN: llvm-lto2 run %t.o -o %t.out -thinlto-distributed-indexes \
13 ; RUN:          -r %t.o,glob,plx -compute-dead=false
14 ; RUN: llvm-bcanalyzer -dump %t.o.thinlto.bc | FileCheck %s --check-prefix=NODEAD
15 ; NODEAD: <FLAGS op0=96/>
17 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
18 target triple = "x86_64-unknown-linux-gnu"
20 @glob = global i32 0