Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e407736a065bd59d87c30da91e609583cb1cf552
/
.
/
llvm
/
test
/
CodeGen
/
Mips
/
double2int.ll
blob: 445ccb334a8ffd8f31deb2b54d7baa6e4cab5e75 [
file
] [
log
] [
blame
]
; RUN: llc -march=mips < %s | FileCheck %s
define
i32
@f1
(
double
%d
)
nounwind
readnone
{
entry
:
; CHECK: trunc.w.d $f{{[0-9]+}}, $f12
%conv
=
fptosi
double
%d
to
i32
ret
i32
%conv
}