Skip to content

Commit c0c0f07

Browse files
committed
Refine comments
1 parent 7128494 commit c0c0f07

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
@@ -1642,8 +1642,9 @@ void VPlanTransforms::addActiveLaneMask(
16421642
/// \p TypeInfo VPlan-based type analysis.
16431643
/// \p AllOneMask The vector mask parameter of vector-predication intrinsics.
16441644
/// \p EVL The explicit vector length parameter of vector-predication
1645-
/// intrinsics.
1646-
/// \p PrevEVL The explicit vector length of the previous iteration.
1645+
/// intrinsics.
1646+
/// \p PrevEVL The explicit vector length of the previous iteration. Only
1647+
/// required if \p CurRecipe is a VPInstruction::FirstOrderRecurrenceSplice.
16471648
static VPRecipeBase *createEVLRecipe(VPValue *HeaderMask,
16481649
VPRecipeBase &CurRecipe,
16491650
VPTypeAnalysis &TypeInfo,

0 commit comments

Comments
 (0)