Skip to content

Commit 6c257f7

Browse files
committed
[PowerPC] fp-branch.ll - regenerate checks
1 parent 5f44b5a commit 6c257f7

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

llvm/test/CodeGen/PowerPC/fp-branch.ll

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
1-
; RUN: llc -verify-machineinstrs < %s -mattr=-vsx -mtriple=ppc32-- | grep fcmp | count 1
1+
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
2+
; RUN: llc -verify-machineinstrs < %s -mattr=-vsx -mtriple=ppc32-- | FileCheck %s
23

34
declare i1 @llvm.isunordered.f64(double, double)
45

56
define i1 @intcoord_cond_next55(double %tmp48.reload) {
7+
; CHECK-LABEL: intcoord_cond_next55:
8+
; CHECK: # %bb.0: # %newFuncRoot
9+
; CHECK-NEXT: lis 3, .LCPI0_0@ha
10+
; CHECK-NEXT: lfs 0, .LCPI0_0@l(3)
11+
; CHECK-NEXT: fcmpu 0, 1, 0
12+
; CHECK-NEXT: blt 0, .LBB0_2
13+
; CHECK-NEXT: # %bb.1: # %bb72.exitStub
14+
; CHECK-NEXT: li 3, 1
15+
; CHECK-NEXT: blr
16+
; CHECK-NEXT: .LBB0_2: # %cond_next62.exitStub
17+
; CHECK-NEXT: li 3, 0
18+
; CHECK-NEXT: blr
619
newFuncRoot:
720
br label %cond_next55
821

0 commit comments

Comments
 (0)