[llvm] 858266d - [LoongArch] Fix tests after comment change

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 1 14:08:27 PST 2022


Author: Fangrui Song
Date: 2022-12-01T22:08:21Z
New Revision: 858266d308837dfbd8df22531603484807732f45

URL: https://github.com/llvm/llvm-project/commit/858266d308837dfbd8df22531603484807732f45
DIFF: https://github.com/llvm/llvm-project/commit/858266d308837dfbd8df22531603484807732f45.diff

LOG: [LoongArch] Fix tests after comment change

Added: 
    

Modified: 
    llvm/test/CodeGen/LoongArch/branch-relaxation-spill-32.ll
    llvm/test/CodeGen/LoongArch/branch-relaxation-spill-64.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/LoongArch/branch-relaxation-spill-32.ll b/llvm/test/CodeGen/LoongArch/branch-relaxation-spill-32.ll
index aa4a602ccc64c..1ed9386310eba 100644
--- a/llvm/test/CodeGen/LoongArch/branch-relaxation-spill-32.ll
+++ b/llvm/test/CodeGen/LoongArch/branch-relaxation-spill-32.ll
@@ -131,7 +131,7 @@ define void @relax_b28_spill() {
 ; CHECK-NEXT:    .space 536870912
 ; CHECK-NEXT:    #NO_APP
 ; CHECK-NEXT:    b .LBB0_3
-; CHECK-NEXT:  .LBB0_5: # %iftrue
+; CHECK-NEXT:  .LBB0_5: # %iffalse
 ; CHECK-NEXT:    ld.w $t8, $sp, 0
 ; CHECK-NEXT:  # %bb.2: # %iffalse
 ; CHECK-NEXT:    #APP

diff  --git a/llvm/test/CodeGen/LoongArch/branch-relaxation-spill-64.ll b/llvm/test/CodeGen/LoongArch/branch-relaxation-spill-64.ll
index 93320e165583f..1c4ef48a97618 100644
--- a/llvm/test/CodeGen/LoongArch/branch-relaxation-spill-64.ll
+++ b/llvm/test/CodeGen/LoongArch/branch-relaxation-spill-64.ll
@@ -131,7 +131,7 @@ define void @relax_b28_spill() {
 ; CHECK-NEXT:    .space 536870912
 ; CHECK-NEXT:    #NO_APP
 ; CHECK-NEXT:    b .LBB0_3
-; CHECK-NEXT:  .LBB0_5: # %iftrue
+; CHECK-NEXT:  .LBB0_5: # %iffalse
 ; CHECK-NEXT:    ld.d $t8, $sp, 0
 ; CHECK-NEXT:  # %bb.2: # %iffalse
 ; CHECK-NEXT:    #APP


        


More information about the llvm-commits mailing list