Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / COFF / lto-reloc-model.ll
blobdc7cc9d98aec5b4e9739fd8be20e97f12a563c89
1 ; REQUIRES: x86
2 ; RUN: llvm-as -o %t %s
3 ; RUN: lld-link /entry:main /subsystem:console /out:%t.exe %t
4 ; RUN: llvm-objdump --no-print-imm-hex -d %t.exe | FileCheck %s
6 target datalayout = "e-m:x-p:32:32-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:32-n8:16:32-a:0:32-S32"
7 target triple = "i686-pc-windows-msvc"
9 @foo = thread_local global i8 0
11 module asm "__tls_index = 1"
12 module asm "__tls_array = 2"
14 define ptr @main() {
15   ; CHECK: movl 1, %eax
16   ; CHECK: movl %fs:2, %ecx
17   ; CHECK: movl (%ecx,%eax,4), %eax
18   ; CHECK: leal (%eax), %eax
19   ret ptr @foo