Skip to content

Commit ca81015

Browse files
committed
Update comment
1 parent dcc6640 commit ca81015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2038,7 +2038,7 @@ void VPlanTransforms::createInterleaveGroups(
20382038
///
20392039
/// <x1> vector loop: {
20402040
/// vector.body:
2041-
/// ir<%i> = WIDEN-INDUCTION-PHI vp<%induction>, vp<%vec.ind.next>
2041+
/// ir<%i> = WIDEN-PHI vp<%induction>, vp<%vec.ind.next>
20422042
/// ...
20432043
/// vp<%vec.ind.next> = add ir<%i>, vp<%inc>
20442044
/// EMIT branch-on-count ...

0 commit comments

Comments
 (0)