[llvm] 67b7d3d - update checks to the test

via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 11 10:16:42 PDT 2023


Author: bipmis
Date: 2023-08-11T18:16:24+01:00
New Revision: 67b7d3da5c0681d6a793be7cdb2f60551a970dfe

URL: https://github.com/llvm/llvm-project/commit/67b7d3da5c0681d6a793be7cdb2f60551a970dfe
DIFF: https://github.com/llvm/llvm-project/commit/67b7d3da5c0681d6a793be7cdb2f60551a970dfe.diff

LOG: update checks to the test

Added: 
    

Modified: 
    llvm/test/Transforms/InstCombine/phi.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/InstCombine/phi.ll b/llvm/test/Transforms/InstCombine/phi.ll
index 1300eff982a766..5344023f8a31b8 100644
--- a/llvm/test/Transforms/InstCombine/phi.ll
+++ b/llvm/test/Transforms/InstCombine/phi.ll
@@ -2293,7 +2293,7 @@ join:
 }
 
 define i1 @icmp_fold_into_phi_beyondBB(ptr noundef %val1, ptr noundef readonly %val2) {
-; CHECK-LABEL: @test(
+; CHECK-LABEL: @icmp_fold_into_phi_beyondBB(
 ; CHECK-NEXT:  entry:
 ; CHECK-NEXT:    [[CMP_I:%.*]] = icmp eq ptr [[VAL1:%.*]], null
 ; CHECK-NEXT:    br i1 [[CMP_I]], label [[_Z3FOOPKC_EXIT:%.*]], label [[WHILE_COND_I:%.*]]


        


More information about the llvm-commits mailing list