Sign in
swiftshader
/
SwiftShader
/
6d74ab852bf2cbada5b3f7cd07402f72d01c45f4
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
X86
/
fp-stack-direct-ret.ll
blob: 5a28bb50a34353947819b32d54b85f0bec7763cb [
file
] [
log
] [
blame
]
; RUN: llc < %s -march=x86 | not grep fstp
; RUN: llc < %s -march=x86 -mcpu=yonah | not grep movsd
declare
double
@foo
()
define
double
@bar
()
{
entry
:
%tmp5
=
tail
call
double
@foo
()
ret
double
%tmp5
}