brintos

brintos / llvm-project-archived public Read only

0
0
Text · 208 B · dcd3adc Raw
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