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
/
arguments_f64_backfill.ll
blob
07d928abe81f94b0437c980a310f5527548e0715
1
; RUN: llvm-as < %s | llc -mtriple=arm-linux-gnueabi -mattr=+vfp2 -float-abi=hard | grep {fcpys s0, s1}
2
3
define float @f(float %z, double %a, float %b) {
4
%tmp = call float @g(float %b)
5
ret float %tmp
6
}
7
8
declare float @g(float)