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 in register stack pass.
[llvm/zpu.git]
/
test
/
CodeGen
/
CellSPU
/
crash.ll
blob
cc2ab71db3b3520b409d6c14b56bdc22e66925c2
1
; RUN: llc %s -march=cellspu -o -
2
declare i8 @return_i8()
3
declare i16 @return_i16()
4
define void @testfunc() {
5
%rv1 = call i8 @return_i8()
6
%rv2 = call i16 @return_i16()
7
ret void
8
}