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 431d6d9 commit cda41c6Copy full SHA for cda41c6
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -515,7 +515,7 @@ class InnerLoopVectorizer {
515
VPReplicateRecipe *RepRecipe, const VPLane &Lane,
516
VPTransformState &State);
517
518
- /// Fix the non-induction PHIs in \p Plan.
+ /// Fix the widened PHIs in \p Plan.
519
void fixWidenedPHIs(VPTransformState &State);
520
521
/// Returns the original loop trip count.
0 commit comments