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
/
Blackfin
/
i8mem.ll
blob
967a86f36e52aa46df07d7a4a9e19526ec32f9e1
1
; RUN: llvm-as < %s | llc -march=bfin
2
3
@i8_l = external global i8 ; <i8*> [#uses=1]
4
@i8_s = external global i8 ; <i8*> [#uses=1]
5
6
define void @i8_ls() nounwind {
7
%tmp = load i8* @i8_l ; <i8> [#uses=1]
8
store i8 %tmp, i8* @i8_s
9
ret void
10
}