1 ; RUN: llc < %s -march=x86-64 | FileCheck %s
3 ; First without noredzone.
8 define x86_fp80 @f0(float %f) nounwind readnone {
10 %0 = fpext float %f to x86_fp80 ; <x86_fp80> [#uses=1]
14 ; Then with noredzone.
16 ; CHECK: subq $4, %rsp
19 ; CHECK: addq $4, %rsp
21 define x86_fp80 @f1(float %f) nounwind readnone noredzone {
23 %0 = fpext float %f to x86_fp80 ; <x86_fp80> [#uses=1]