Fixed some bugs in register stack pass.
[llvm/zpu.git] / test / CodeGen / X86 / 2009-04-24.ll
blob757042e5be42e74814ac0ba39d49b1a391b56f9f
1 ; RUN: llc < %s -march=x86-64 -mtriple=x86_64-linux-gnu -regalloc=fast -relocation-model=pic > %t2
2 ; RUN: grep {leaq.*TLSGD.*__tls_get_addr} %t2
3 ; PR4004
5 @i = thread_local global i32 15
7 define i32 @f() {
8 entry:
9         %tmp1 = load i32* @i
10         ret i32 %tmp1