Sign in
swiftshader
/
SwiftShader
/
eb0a25a189b75d950ae4f87c00f8d63f190d82a0
/
.
/
third_party
/
llvm-7.0
/
llvm
/
test
/
CodeGen
/
MSP430
/
2009-05-19-DoubleSplit.ll
blob: 54eb7ff5c0bf3db410933bc1b6635c6c034d650f [
file
] [
log
] [
blame
]
; RUN: llc < %s -march=msp430
define
i16
@test
(
double
%d
)
nounwind
{
entry
:
%add
=
fadd
double
%d
,
1.000000
e
+
00
%call
=
tail
call
i16
@funct
(
double
%add
)
nounwind
ret
i16
%call
}
declare
i16
@funct
(
double
)