repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
This should always be signed chars, so use int8_t. This fixes a miscompile when
[llvm/stm8.git]
/
test
/
CodeGen
/
X86
/
2009-04-24.ll
blob
d6ed0c42230d404e8ca36dfdfb2a5cba334d5fe8
1
; RUN: llc < %s -march=x86-64 -mtriple=x86_64-linux-gnu -regalloc=fast -relocation-model=pic > %t2
2
; RUN: grep {leaq.*TLSGD} %t2
3
; RUN: grep {__tls_get_addr} %t2
4
; PR4004
5
6
@i = thread_local global i32 15
7
8
define i32 @f() {
9
entry:
10
%tmp1 = load i32* @i
11
ret i32 %tmp1
12
}