aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/Windows/hard-float.ll
blob: f7b7ec273ce89659bc2770e84e59ba72ed841d3b (plain)
1
2
3
4
5
6
7
8
9
10
; 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