35 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 52; RUN: llc -verify-machineinstrs < %s -mattr=-vsx -mtriple=ppc32-- | FileCheck %s3 4declare i1 @llvm.isunordered.f64(double, double)5 6define i1 @intcoord_cond_next55(double %tmp48.reload) {7; CHECK-LABEL: intcoord_cond_next55:8; CHECK: # %bb.0: # %newFuncRoot9; CHECK-NEXT: lis 3, .LCPI0_0@ha10; CHECK-NEXT: lfs 0, .LCPI0_0@l(3)11; CHECK-NEXT: fcmpu 0, 1, 012; CHECK-NEXT: blt 0, .LBB0_213; CHECK-NEXT: # %bb.1: # %bb72.exitStub14; CHECK-NEXT: li 3, 115; CHECK-NEXT: blr16; CHECK-NEXT: .LBB0_2: # %cond_next62.exitStub17; CHECK-NEXT: li 3, 018; CHECK-NEXT: blr19newFuncRoot:20 br label %cond_next5521 22bb72.exitStub: ; preds = %cond_next5523 ret i1 true24 25cond_next62.exitStub: ; preds = %cond_next5526 ret i1 false27 28cond_next55: ; preds = %newFuncRoot29 %tmp57 = fcmp oge double %tmp48.reload, 1.000000e+00 ; <i1> [#uses=1]30 %tmp58 = fcmp uno double %tmp48.reload, 1.000000e+00 ; <i1> [#uses=1]31 %tmp59 = or i1 %tmp57, %tmp58 ; <i1> [#uses=1]32 br i1 %tmp59, label %bb72.exitStub, label %cond_next62.exitStub33}34 35