1 ; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o - | FileCheck %s -check-prefix=VFP2
2 ; RUN: llc -mtriple=arm-eabi -mattr=+neon %s -o - | FileCheck %s -check-prefix=NEON
3 ; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a8 %s -o - | 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