[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / X86 / 2009-04-24.ll
blob2f4cc588ccd3234416fe8f6a0858aaa84601567b
1 ; RUN: llc < %s -mtriple=x86_64-linux-gnu -regalloc=fast -optimize-regalloc=0 -relocation-model=pic | FileCheck %s
2 ; PR4004
4 ; CHECK: {{leaq.*TLSGD}}
5 ; CHECK: {{__tls_get_addr}}
7 @i = thread_local global i32 15
9 define i32 @f() {
10 entry:
11         %tmp1 = load i32, i32* @i
12         ret i32 %tmp1