repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs.
[llvm/zpu.git]
/
test
/
CodeGen
/
X86
/
2009-04-24.ll
blob
757042e5be42e74814ac0ba39d49b1a391b56f9f
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
}