We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc6640 commit ca81015Copy full SHA for ca81015
llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
@@ -2038,7 +2038,7 @@ void VPlanTransforms::createInterleaveGroups(
2038
///
2039
/// <x1> vector loop: {
2040
/// vector.body:
2041
-/// ir<%i> = WIDEN-INDUCTION-PHI vp<%induction>, vp<%vec.ind.next>
+/// ir<%i> = WIDEN-PHI vp<%induction>, vp<%vec.ind.next>
2042
/// ...
2043
/// vp<%vec.ind.next> = add ir<%i>, vp<%inc>
2044
/// EMIT branch-on-count ...
0 commit comments