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
/
store-global-address.ll
blob
0695eee9a8883412141e359f2feece6384de3dd5
1
; RUN: llvm-as < %s | llc -march=x86 | grep movl | count 1
2
3
@dst = global i32 0 ; <i32*> [#uses=1]
4
@ptr = global i32* null ; <i32**> [#uses=1]
5
6
define void @test() {
7
store i32* @dst, i32** @ptr
8
ret void
9
}
10