blob: f7b7ec273ce89659bc2770e84e59ba72ed841d3b [file] [log] [blame]
; RUN: llc -mtriple=thumbv7-windows-itanium -mcpu=cortex-a9 -o - %s | FileCheck %s
define float @function(float %f, float %g) nounwind {
entry:
%h = fadd float %f, %g
ret float %h
}
; CHECK: vadd.f32 s0, s0, s1