9 lines · plain
1; RUN: llc -mtriple=mips -mattr=single-float < %s | FileCheck %s2 3define float @round2float(double %a) nounwind {4entry:5; CHECK: __truncdfsf26 fptrunc double %a to float ; <float>:0 [#uses=1]7 ret float %08}9 1; RUN: llc -mtriple=mips -mattr=single-float < %s | FileCheck %s2 3define float @round2float(double %a) nounwind {4entry:5; CHECK: __truncdfsf26 fptrunc double %a to float ; <float>:0 [#uses=1]7 ret float %08}9