repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Shrink Thumb2 movcc instructions.
[llvm/avr.git]
/
test
/
CodeGen
/
X86
/
x86-64-pic-4.ll
blob
f8dfa927828abbd718beff97a5208203a223f306
1
; RUN: llvm-as < %s | \
2
; RUN: llc -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1 -f
3
; RUN: grep {movq a@GOTPCREL(%rip),} %t1
4
5
@a = global i32 0
6
7
define i32 @get_a() {
8
entry:
9
%tmp1 = load i32* @a, align 4
10
ret i32 %tmp1
11
}