Sign in
llvm
/
llvm-project
/
refs/heads/revert-133052-add-loop-bitconvert-tests
/
.
/
llvm
/
test
/
CodeGen
/
MSP430
/
2009-05-19-DoubleSplit.ll
blob: 3e39bdb92d208c9b3151a76dfaa3e39dd0d33805 [
file
] [
log
] [
blame
]
; RUN: llc < %s -mtriple=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
)