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
Forbid arrays of function-type and structures with function-typed fields.
[llvm/avr.git]
/
test
/
CodeGen
/
ARM
/
arguments_f64_backfill.ll
blob
690f488d8483d28c8c16514aa8061414ccef27d5
1
; RUN: llc < %s -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)