repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs.
[llvm/zpu.git]
/
test
/
CodeGen
/
Blackfin
/
i8mem.ll
blob
ea3a67e4994cf18800b987df819092fc0d651098
1
; RUN: llc < %s -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
}