Sign in
cobalt
/
cobalt
/
3dc8b3855f2b32702936add58a952cac6687ac3d
/
.
/
third_party
/
llvm-project
/
llvm
/
test
/
CodeGen
/
X86
/
fp-stack-direct-ret.ll
blob: b8bd22308c0da3dd337f9a57d208c79b9ec16a65 [
file
] [
log
] [
blame
]
; RUN: llc < %s -mtriple=i686-- | not grep fstp
; RUN: llc < %s -mtriple=i686-- -mcpu=yonah | not grep movsd
declare
double
@foo
()
define
double
@bar
()
{
entry
:
%tmp5
=
tail
call
double
@foo
()
ret
double
%tmp5
}