xref: /aosp_15_r20/external/llvm/test/CodeGen/X86/red-zone2.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: llc < %s -mcpu=generic -mtriple=x86_64-linux | FileCheck %s
2; CHECK-LABEL: f0:
3; CHECK: subq
4; CHECK: addq
5
6define x86_fp80 @f0(float %f) nounwind readnone noredzone {
7entry:
8	%0 = fpext float %f to x86_fp80		; <x86_fp80> [#uses=1]
9	ret x86_fp80 %0
10}
11