Skip to content

Commit 015e2f8

Browse files
committed
!fixup drop TODOs from tests.
1 parent 7af447d commit 015e2f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/Transforms/LoopVectorize/single-early-exit-deref-assumptions.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ exit:
387387
ret i64 %res
388388
}
389389

390-
; TODO: The existing assumptions should be strong enough to vectorize this.
390+
; The existing assumptions is strong enough to vectorize this.
391391
define ptr @find_deref_pointer_distance_align_attribute_argument(ptr align 2 %first, ptr align 2 %last) nofree nosync {
392392
; CHECK-LABEL: define ptr @find_deref_pointer_distance_align_attribute_argument(
393393
; CHECK-SAME: ptr align 2 [[FIRST:%.*]], ptr align 2 [[LAST:%.*]]) #[[ATTR0]] {
@@ -481,7 +481,7 @@ exit:
481481
ret ptr %first.addr.0.lcssa.i
482482
}
483483

484-
; TODO: The existing assumptions should be strong enough to vectorize this.
484+
; The existing assumptions is strong enough to vectorize this.
485485
define ptr @find_deref_pointer_distance_align_assumption(ptr %first, ptr %last) nofree nosync {
486486
; CHECK-LABEL: define ptr @find_deref_pointer_distance_align_assumption(
487487
; CHECK-SAME: ptr [[FIRST:%.*]], ptr [[LAST:%.*]]) #[[ATTR0]] {

0 commit comments

Comments
 (0)