Skip to content

Commit 303d0f4

Browse files
committed
Refine comments
1 parent c0c3e32 commit 303d0f4

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
@@ -1658,8 +1658,9 @@ void VPlanTransforms::addActiveLaneMask(
16581658
/// \p TypeInfo VPlan-based type analysis.
16591659
/// \p AllOneMask The vector mask parameter of vector-predication intrinsics.
16601660
/// \p EVL The explicit vector length parameter of vector-predication
1661-
/// intrinsics.
1662-
/// \p PrevEVL The explicit vector length of the previous iteration.
1661+
/// intrinsics.
1662+
/// \p PrevEVL The explicit vector length of the previous iteration. Only
1663+
/// required if \p CurRecipe is a VPInstruction::FirstOrderRecurrenceSplice.
16631664
static VPRecipeBase *createEVLRecipe(VPValue *HeaderMask,
16641665
VPRecipeBase &CurRecipe,
16651666
VPTypeAnalysis &TypeInfo,

0 commit comments

Comments
 (0)