repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
In some rare cases, the register allocator can spill registers but end up not utilizi...
[llvm/msp430.git]
/
test
/
CodeGen
/
X86
/
rip-rel-address.ll
blob
2c0926a6544300e5d18da25a587cf989e7de8e4c
1
; RUN: llvm-as < %s | llc -march=x86-64 -relocation-model=static | grep {a(%rip)}
2
3
@a = internal global double 3.4
4
define double @foo() nounwind {
5
%a = load double* @a
6
ret double %a
7
}