blob: 3d033e1d10086da6577a049daa52c19b5c89b4bb [file] [log] [blame]
; RUN: llc -march=mips -mcpu=4ke < %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
}