File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
llvm/test/Transforms/LoopVectorize Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
391391define 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.
485485define 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]] {
You can’t perform that action at this time.
0 commit comments