[llvm] f6948e8 - [LoopVectorize] Fix typo in branch-weights.ll test CEHCK->CHECK (NFC) (#113574)

via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 5 05:22:27 PST 2024


Author: Yongtao Huang
Date: 2024-11-05T14:22:24+01:00
New Revision: f6948e8f9df4f0cf7d1754afe063b143a9091c0f

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

LOG: [LoopVectorize] Fix typo in branch-weights.ll test CEHCK->CHECK (NFC) (#113574)

Fix the typo CEHCK.

Signed-off-by: Yongtao Huang <yongtaoh2022 at gmail.com>

Added: 
    

Modified: 
    llvm/test/Transforms/LoopVectorize/branch-weights.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/LoopVectorize/branch-weights.ll b/llvm/test/Transforms/LoopVectorize/branch-weights.ll
index cf96469bc97b94..db2c8188a7cb35 100644
--- a/llvm/test/Transforms/LoopVectorize/branch-weights.ll
+++ b/llvm/test/Transforms/LoopVectorize/branch-weights.ll
@@ -75,8 +75,8 @@ exit:
 
 ; CHECK: [[PROF_F0_ENTRY]] = !{!"branch_weights", i32 12, i32 1}
 ; CHECK: [[PROF_F0_UNLIKELY]] = !{!"branch_weights", i32 1, i32 127}
-; CEHCK: [[PROF_F0_VECTOR_BODY]] = !{!"branch_weights", i32 1, i32 307}
+; CHECK: [[PROF_F0_VECTOR_BODY]] = !{!"branch_weights", i32 1, i32 307}
 ; CHECK: [[PROF_F0_MIDDLE_BLOCKS]] =  !{!"branch_weights", i32 1, i32 3}
 ; CHECK: [[PROF_F0_VEC_EPILOGUE_SKIP]] = !{!"branch_weights", i32 4, i32 0}
 ; CHECK: [[PROF_F0_VEC_EPILOG_VECTOR_BODY]] = !{!"branch_weights", i32 0, i32 0}
-; CEHCK: [[PROF_F0_LOOP]] = !{!"branch_weights", i32 2, i32 1}
+; CHECK: [[PROF_F0_LOOP]] = !{!"branch_weights", i32 2, i32 1}


        


More information about the llvm-commits mailing list