[llvm] 6c257f7 - [PowerPC] fp-branch.ll - regenerate checks

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 6 02:53:33 PDT 2025


Author: Simon Pilgrim
Date: 2025-07-06T10:53:21+01:00
New Revision: 6c257f7d0d331f3257427af8353ae1c6635340fb

URL: https://github.com/llvm/llvm-project/commit/6c257f7d0d331f3257427af8353ae1c6635340fb
DIFF: https://github.com/llvm/llvm-project/commit/6c257f7d0d331f3257427af8353ae1c6635340fb.diff

LOG: [PowerPC] fp-branch.ll - regenerate checks

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/PowerPC/fp-branch.ll b/llvm/test/CodeGen/PowerPC/fp-branch.ll
index ba8052d93cb98..4b67c4d319913 100644
--- a/llvm/test/CodeGen/PowerPC/fp-branch.ll
+++ b/llvm/test/CodeGen/PowerPC/fp-branch.ll
@@ -1,8 +1,21 @@
-; RUN: llc -verify-machineinstrs < %s -mattr=-vsx -mtriple=ppc32-- | grep fcmp | count 1
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -verify-machineinstrs < %s -mattr=-vsx -mtriple=ppc32-- | FileCheck %s
 
 declare i1 @llvm.isunordered.f64(double, double)
 
 define i1 @intcoord_cond_next55(double %tmp48.reload) {
+; CHECK-LABEL: intcoord_cond_next55:
+; CHECK:       # %bb.0: # %newFuncRoot
+; CHECK-NEXT:    lis 3, .LCPI0_0 at ha
+; CHECK-NEXT:    lfs 0, .LCPI0_0 at l(3)
+; CHECK-NEXT:    fcmpu 0, 1, 0
+; CHECK-NEXT:    blt 0, .LBB0_2
+; CHECK-NEXT:  # %bb.1: # %bb72.exitStub
+; CHECK-NEXT:    li 3, 1
+; CHECK-NEXT:    blr
+; CHECK-NEXT:  .LBB0_2: # %cond_next62.exitStub
+; CHECK-NEXT:    li 3, 0
+; CHECK-NEXT:    blr
 newFuncRoot:
         br label %cond_next55
 


        


More information about the llvm-commits mailing list