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