Skip to content

Commit e5abeec

Browse files
committed
Refine comments
1 parent 42825af commit e5abeec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1684,8 +1684,9 @@ static void adjustResumePhisForEVL(VPlan &Plan, VPValue &EVL) {
16841684
/// \p TypeInfo VPlan-based type analysis.
16851685
/// \p AllOneMask The vector mask parameter of vector-predication intrinsics.
16861686
/// \p EVL The explicit vector length parameter of vector-predication
1687-
/// intrinsics.
1688-
/// \p PrevEVL The explicit vector length of the previous iteration.
1687+
/// intrinsics.
1688+
/// \p PrevEVL The explicit vector length of the previous iteration. Only
1689+
/// required if \p CurRecipe is a VPInstruction::FirstOrderRecurrenceSplice.
16891690
static VPRecipeBase *createEVLRecipe(VPValue *HeaderMask,
16901691
VPRecipeBase &CurRecipe,
16911692
VPTypeAnalysis &TypeInfo,

0 commit comments

Comments
 (0)