In some rare cases, the register allocator can spill registers but end up not utilizi...
[llvm/msp430.git] / test / CodeGen / X86 / 2009-04-24.ll
blob2835c2decfcac4b21f49ea64e3776d0c53687ff4
1 ; RUN: llvm-as < %s | llc -march=x86 -mtriple=i386-linux-gnu -regalloc=local -relocation-model=pic > %t
2 ; RUN: grep {leal.*TLSGD.*___tls_get_addr} %t
3 ; RUN: llvm-as < %s | llc -march=x86-64 -mtriple=x86_64-linux-gnu -regalloc=local -relocation-model=pic > %t2
4 ; RUN: grep {leaq.*TLSGD.*__tls_get_addr} %t2
5 ; PR4004
7 @i = thread_local global i32 15
9 define i32 @f() {
10 entry:
11         %tmp1 = load i32* @i
12         ret i32 %tmp1