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
/
ARM
/
arguments5.ll
blob
2000ff7b4a8572da9473df1af08fdc480fbb225c
1
; RUN: llvm-as < %s | llc -mtriple=arm-linux-gnueabi
2
; RUN: llvm-as < %s | llc -mtriple=arm-apple-darwin
3
4
define double @f(i32 %a, i128 %b) {
5
%tmp = call double @g(i128 %b)
6
ret double %tmp
7
}
8
9
declare double @g(i128)