1 ; RUN: llc < %s -march=arm -mattr=+vfp2 | FileCheck %s -check-prefix=VFP2
2 ; RUN: llc < %s -march=arm -mattr=+neon | FileCheck %s -check-prefix=NEON
3 ; RUN: llc < %s -march=arm -mcpu=cortex-a8 | FileCheck %s -check-prefix=A8
5 define float @t1(float %acc, float %a, float %b) {
16 %0 = fmul float %a, %b
17 %1 = fsub float %0, %acc
21 define double @t2(double %acc, double %a, double %b) {
32 %0 = fmul double %a, %b
33 %1 = fsub double %0, %acc