[llvm] Fix typo (PR #113574)
Yongtao Huang via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 24 07:24:39 PDT 2024
https://github.com/hyongtao-db created https://github.com/llvm/llvm-project/pull/113574
Fix the typo CEHCK
Signed-off-by: Yongtao Huang <yongtaoh2022 at gmail.com>
>From 858c84247154f37b822465300e5afb67ea432afc Mon Sep 17 00:00:00 2001
From: Yongtao Huang <yongtaoh2022 at gmail.com>
Date: Thu, 24 Oct 2024 22:15:36 +0800
Subject: [PATCH] Fix typo CEHCK
---
llvm/test/Transforms/LoopVectorize/branch-weights.ll | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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