brintos

brintos / llvm-project-archived public Read only

0
0
Text · 255 B · 4994689 Raw
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