12 lines · plain
1; RUN: llc -mtriple=mips < %s | FileCheck %s2 3define i32 @branch(double %d) nounwind readnone {4entry:5; CHECK: mtc1 $zero, $f[[R0:[0-9]+]]6; CHECK: c.eq.d $f{{[0-9]+}}, $f[[R0]]7 8 %tobool = fcmp une double %d, 0.000000e+009 %. = zext i1 %tobool to i3210 ret i32 %.11}12