10 lines · plain
1; RUN: llc -mtriple=mips -mcpu=mips32 < %s | FileCheck %s2; RUN: llc -mtriple=mips -mcpu=mips32r6 < %s | FileCheck %s3 4define i32 @f1(double %d) nounwind readnone {5entry:6; CHECK: trunc.w.d $f{{[0-9]+}}, $f127 %conv = fptosi double %d to i328 ret i32 %conv9}10