Sign in
swiftshader
/
SwiftShader
/
bba05f378eff958a73dc88b66728f32aff9e80d6
/
.
/
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
}