brintos

brintos / llvm-project-archived public Read only

0
0
Text · 280 B · a776987 Raw
14 lines · plain
1; RUN: llc < %s -mtriple=x86_64-linux-gnu -regalloc=fast -optimize-regalloc=0 -relocation-model=pic | FileCheck %s2; PR40043 4; CHECK: {{leaq.*TLSGD}}5; CHECK: {{__tls_get_addr}}6 7@i = thread_local global i32 158 9define i32 @f() {10entry:11	%tmp1 = load i32, ptr @i12	ret i32 %tmp113}14