Sign in
ara-mdk
/
platform
/
external
/
llvm
/
53856be683113838cc112331adca3717d4a520cc
/
.
/
test
/
CodeGen
/
X86
/
red-zone2.ll
blob: 3e9c7909a366eda5227b75e064e57ace7a36291d [
file
] [
log
] [
blame
]
; RUN: llc < %s -mcpu=generic -mtriple=x86_64-linux | FileCheck %s
; CHECK: f0:
; CHECK: subq
; CHECK: addq
define
x86_fp80
@f0
(
float
%f
)
nounwind
readnone
noredzone
{
entry
:
%0
=
fpext
float
%f
to
x86_fp80
; <x86_fp80> [#uses=1]
ret
x86_fp80
%0
}