[InstCombine] Signed saturation patterns
[llvm-core.git] / test / CodeGen / ARM / arguments_f64_backfill.ll
blob062133e8645dae5b63bd3ba313322c4cde84cacc
1 ; RUN: llc < %s -mtriple=arm-linux-gnueabi -mattr=+vfp2 -float-abi=hard | FileCheck %s
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
9 declare float @g(float)