Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / COFF / lto-new-symbol.ll
blob37a9a0f16579efc5ffbbbfb706b692c618c58556
1 ; REQUIRES: x86
2 ; RUN: llvm-as -o %t.obj %s
3 ; RUN: lld-link /out:%t.exe /entry:foo /subsystem:console %t.obj
5 target datalayout = "e-m:w-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
6 target triple = "x86_64-pc-windows-msvc"
8 ; Define fltused, since we don't link against the MS C runtime but are
9 ; using floats.
10 @_fltused = dllexport global i32 0, align 4
12 define void @foo(ptr %p, ptr %q, i1 %t) nounwind {
13 entry:
14   br label %loop
15 loop:
16   store <4 x i32><i32 1073741824, i32 1073741824, i32 1073741824, i32 1073741824>, ptr %p
17   store <4 x float><float 2.0, float 2.0, float 2.0, float 2.0>, ptr %q
18   br i1 %t, label %loop, label %ret
19 ret:
20   ret void