brintos

brintos / llvm-project-archived public Read only

0
0
Text · 211 B · ff15bdf Raw
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