Inline asm mult-alt constraint tests.
[oota-llvm.git] / test / CodeGen / X86 / 2009-04-24.ll
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
4
5 @i = thread_local global i32 15
6
7 define i32 @f() {
8 entry:
9         %tmp1 = load i32* @i
10         ret i32 %tmp1
11 }