brintos

brintos / llvm-project-archived public Read only

0
0
Text · 262 B · a5ca8b9 Raw
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