Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / LTO / X86 / codemodel-2.ll
blob5cd9731606f2bd106a4e3b66c78781527ee8883e
1 ; RUN: llvm-as %s -o %t.o
2 ; RUN: llvm-lto2 run -r %t.o,_start,px %t.o -o %t.s
3 ; RUN: llvm-objdump --no-print-imm-hex -d %t.s.0 | FileCheck %s --check-prefix=CHECK-LARGE
5 target triple = "x86_64-unknown-linux-gnu"
6 target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
8 !llvm.module.flags = !{!0, !1}
10 !0 = !{i32 1, !"wchar_size", i32 4}
11 !1 = !{i32 1, !"Code Model", i32 4}
13 @data = internal constant [0 x i32] []
15 define ptr @_start() nounwind readonly {
16 entry:
17 ; CHECK-LARGE-LABEL: <_start>:
18 ; CHECK-LARGE: movabsq $0, %rax
19     ret ptr @data