Sign in
llvm
/
llvm-project
/
refs/heads/revert-133052-add-loop-bitconvert-tests
/
.
/
llvm
/
test
/
CodeGen
/
Mips
/
2008-08-07-FPRound.ll
blob: ff15bdf367dfc8a0427ba2b97373d6a9c5eff79e [
file
] [
log
] [
blame
]
; RUN: llc -mtriple=mips -mattr=single-float < %s | FileCheck %s
define
float
@round2float
(
double
%a
)
nounwind
{
entry
:
; CHECK: __truncdfsf2
fptrunc
double
%a
to
float
; <float>:0 [#uses=1]
ret
float
%0
}