22 lines · plain
1; RUN: llc -mtriple=mipsel -relocation-model=pic -O0 -fast-isel-abort=3 -mcpu=mips32r2 \2; RUN: < %s | FileCheck %s3; RUN: llc -mtriple=mipsel -relocation-model=pic -O0 -fast-isel-abort=3 -mcpu=mips32 \4; RUN: < %s | FileCheck %s5 6@f = global float 0x40147E6B80000000, align 47@d_f = common global double 0.000000e+00, align 88@.str = private unnamed_addr constant [6 x i8] c"%f \0A\00", align 19 10; Function Attrs: nounwind11define void @dv() #0 {12entry:13 %0 = load float, ptr @f, align 414 %conv = fpext float %0 to double15; CHECK: cvt.d.s $f{{[0-9]+}}, $f{{[0-9]+}}16 store double %conv, ptr @d_f, align 817 ret void18}19 20 21attributes #1 = { nounwind }22