Skip to content

Commit fd9a777

Browse files
committed
[LV] Remove TODO addressed in 32d1197.
1 parent 8735b7d commit fd9a777

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

llvm/test/Transforms/LoopVectorize/runtime-checks-difference.ll

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,8 @@ exit:
274274
}
275275

276276
; Test case where the AddRec for the pointers in the inner loop have the AddRec
277-
; of the outer loop as start value.
278-
; TODO: It is sufficient to subtract the start values (%dst, %src) of the outer
279-
; AddRecs.
277+
; of the outer loop as start value. It is sufficient to subtract the start
278+
; values (%dst, %src) of the outer AddRecs.
280279
define void @nested_loop_start_of_inner_ptr_addrec_is_same_outer_addrec(ptr nocapture noundef %dst, ptr nocapture noundef readonly %src, i64 noundef %m, i64 noundef %n) {
281280
; CHECK-LABEL: @nested_loop_start_of_inner_ptr_addrec_is_same_outer_addrec(
282281
; CHECK-NEXT: entry:

0 commit comments

Comments
 (0)