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
zpu: simple fn with stack slots compile
[llvm/zpu.git]
/
test
/
CodeGen
/
ARM
/
arguments-nosplit-double.ll
blob
770e41df2c2463e9a1e24850d1efc0c0deb01df5
1
; RUN: llc < %s -mtriple=arm-linux-gnueabi | not grep r3
2
; PR4059
3
4
define i32 @f(i64 %z, i32 %a, double %b) {
5
%tmp = call i32 @g(double %b)
6
ret i32 %tmp
7
}
8
9
declare i32 @g(double)