1 ; RUN: llc -mcpu=cortex-a9 < %s | FileCheck -check-prefix=SAFE %s
2 ; RUN: llc -mcpu=cortex-a9 --enable-no-nans-fp-math < %s | FileCheck -check-prefix=FAST %s
4 target triple = "armv7-apple-ios"
8 define float @test(float %x, float %y) {
13 %0 = fmul float %x, %y
14 %1 = fsub float %0, %0