Skip to content

Commit

Permalink
[LoopVectorize] Fix typo in branch-weights.ll test CEHCK->CHECK (NFC) (
Browse files Browse the repository at this point in the history
…llvm#113574)

Fix the typo CEHCK.

Signed-off-by: Yongtao Huang <yongtaoh2022@gmail.com>
  • Loading branch information
hyongtao-db authored and PhilippRados committed Nov 6, 2024
1 parent 5105537 commit 132be5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/test/Transforms/LoopVectorize/branch-weights.ll
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 132be5b

Please sign in to comment.