blob: 445ccb334a8ffd8f31deb2b54d7baa6e4cab5e75 [file] [log] [blame]
Akira Hatanaka33ff5ae2011-09-09 23:14:58 +00001; RUN: llc -march=mips < %s | FileCheck %s
Akira Hatanakaf89532f2011-05-23 22:16:43 +00002
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}