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 f79f490 commit 21a2bb7Copy full SHA for 21a2bb7
llvm/lib/Transforms/Vectorize/VPlan.h
@@ -2203,7 +2203,7 @@ class VPWidenPointerInductionRecipe : public VPWidenInductionRecipe,
2203
2204
public:
2205
/// Create a new VPWidenPointerInductionRecipe for \p Phi with start value \p
2206
- /// Start.
+ /// Start and VF \p VF.
2207
VPWidenPointerInductionRecipe(PHINode *Phi, VPValue *Start, VPValue *Step,
2208
VPValue *VF, const InductionDescriptor &IndDesc,
2209
bool IsScalarAfterVectorization, DebugLoc DL)
0 commit comments