blob: 3d033e1d10086da6577a049daa52c19b5c89b4bb [file] [log] [blame]
Akira Hatanakaf89532f2011-05-23 22:16:43 +00001; RUN: llc -march=mips -mcpu=4ke < %s | FileCheck %s
2
3define i32 @f1(double %d) nounwind readnone {
4entry:
5; CHECK: trunc.w.d $f{{[0-9]+}}, $f12
6 %conv = fptosi double %d to i32
7 ret i32 %conv
8}