[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / X86 / red-zone2.ll
blobc7e855b011b399a99a6f6a18a2a19162f73a8740
1 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-linux | FileCheck %s
2 ; CHECK-LABEL: f0:
3 ; CHECK: subq
4 ; CHECK: addq
6 define x86_fp80 @f0(float %f) nounwind readnone noredzone {
7 entry:
8         %0 = fpext float %f to x86_fp80         ; <x86_fp80> [#uses=1]
9         ret x86_fp80 %0