Sign in
swiftshader
/
SwiftShader.git
/
9ed48bae7a2ff600712a0b8672f2b7d5f33b453b
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
Mips
/
double2int.ll
blob: 445ccb334a8ffd8f31deb2b54d7baa6e4cab5e75 [
file
]
; 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
}