[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / X86 / lakemont.ll
blob49946890822f60c35768b01dc594cf13f4b1ac45
1 ; RUN: llc < %s -mtriple=i686-- -mcpu=lakemont | FileCheck %s
3 ; Make sure -mcpu=lakemont implies soft floats.
4 define float @test(float %a, float %b) nounwind readnone {
5 ; CHECK-LABEL: test:
6 ; CHECK: __addsf3
7   %add = fadd float %a, %b
8   ret float %add