repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Adjust how NEON shifts are lowered
[llvm-core.git]
/
test
/
CodeGen
/
ARM
/
arguments_f64_backfill.ll
blob
062133e8645dae5b63bd3ba313322c4cde84cacc
1
; RUN: llc < %s -mtriple=arm-linux-gnueabi -mattr=+vfp2 -float-abi=hard | FileCheck %s
2
3
define float @f(float %z, double %a, float %b) {
4
; CHECK: vmov.f32 s0, s1
5
%tmp = call float @g(float %b)
6
ret float %tmp
7
}
8
9
declare float @g(float)