Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / Mips / tls16_2.ll
blob2d71924dbe78b4aafd77f1fd5f37b3d7bda3a29f
1 ; RUN: llc  -mtriple=mipsel-- -mattr=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=PIC16
3 @f.i = internal thread_local unnamed_addr global i32 1, align 4
5 define ptr @f(ptr nocapture %a) nounwind {
6 entry:
7   %0 = load i32, ptr @f.i, align 4
8   %inc = add nsw i32 %0, 1
9   store i32 %inc, ptr @f.i, align 4
10   %1 = inttoptr i32 %inc to ptr
11 ; PIC16: addiu  ${{[0-9]+}}, %tlsldm(f.i)
12   ret ptr %1