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
Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git]
/
test
/
CodeGen
/
ARM
/
arguments-nosplit-double.ll
blob
57ff95c0cb6d0959d567d9c36205691e4f943047
1
; RUN: llvm-as < %s | llc -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)