[llvm] [LV] Allow runtime checks for low trip count loops without scalar epilogues (PR #197391)
Mel Chen via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 21 01:23:45 PDT 2026
================
@@ -230,16 +230,62 @@ attributes #2 = { optsize }
define void @scev_predicate_no_vec(i32 %start, ptr %dst) {
; CHECK-LABEL: define void @scev_predicate_no_vec(
; CHECK-SAME: i32 [[START:%.*]], ptr [[DST:%.*]]) #[[ATTR2:[0-9]+]] {
-; CHECK-NEXT: [[ENTRY:.*]]:
+; CHECK-NEXT: [[ENTRY:.*:]]
----------------
Mel-Chen wrote:
This changes got lost after the rebase.
https://github.com/llvm/llvm-project/pull/197391
More information about the llvm-commits
mailing list