[flang][cuda] Do not register global constants (#118582)
[llvm-project.git] / llvm / test / ThinLTO / X86 / printer.ll
blob88a9cbed13a4f445d0e6323a76425e0a82b3ce87
1 ; RUN: llvm-as %s -o %t.bc
2 ; RUN: llvm-lto2 run -r=%t.bc,foo,pxl --print-before-all %t.bc -o %t2 2>&1 | FileCheck %s --check-prefix=CHECK-BEFORE
3 ; RUN: llvm-lto2 run -r=%t.bc,foo,pxl --print-after-all %t.bc -o %t3 2>&1 | FileCheck %s --check-prefix=CHECK-AFTER
4 ; CHECK-BEFORE: *** IR Dump Before GlobalDCEPass
5 ; CHECK-AFTER: *** IR Dump After GlobalDCEPass
7 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
8 target triple = "x86_64-unknown-linux-gnu"
10 define i32 @foo() {
11     ret i32 42