10 lines · plain
1; RUN: llc < %s -mtriple=i686-- -mcpu=lakemont | FileCheck %s2 3; Make sure -mcpu=lakemont implies soft floats.4define float @test(float %a, float %b) nounwind readnone {5; CHECK-LABEL: test:6; CHECK: __addsf37 %add = fadd float %a, %b8 ret float %add9}10