Xamarin Public Jenkins (auto-signing) 64ac736ec5 Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
2019-04-12 14:10:50 +00:00

12 lines
270 B
LLVM

; RUN: llc -march=mips < %s | FileCheck %s
define i32 @branch(double %d) nounwind readnone {
entry:
; CHECK: mtc1 $zero, $f[[R0:[0-9]+]]
; CHECK: c.eq.d $f{{[0-9]+}}, $f[[R0]]
%tobool = fcmp une double %d, 0.000000e+00
%. = zext i1 %tobool to i32
ret i32 %.
}