File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
llvm/test/CodeGen/PowerPC Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 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
2
3
3
4
declare i1 @llvm.isunordered.f64 (double , double )
4
5
5
6
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
6
19
newFuncRoot:
7
20
br label %cond_next55
8
21
You can’t perform that action at this time.
0 commit comments