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 c0c3e32 commit 303d0f4Copy full SHA for 303d0f4
llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
@@ -1658,8 +1658,9 @@ void VPlanTransforms::addActiveLaneMask(
1658
/// \p TypeInfo VPlan-based type analysis.
1659
/// \p AllOneMask The vector mask parameter of vector-predication intrinsics.
1660
/// \p EVL The explicit vector length parameter of vector-predication
1661
-/// intrinsics.
1662
-/// \p PrevEVL The explicit vector length of the previous iteration.
+/// intrinsics.
+/// \p PrevEVL The explicit vector length of the previous iteration. Only
1663
+/// required if \p CurRecipe is a VPInstruction::FirstOrderRecurrenceSplice.
1664
static VPRecipeBase *createEVLRecipe(VPValue *HeaderMask,
1665
VPRecipeBase &CurRecipe,
1666
VPTypeAnalysis &TypeInfo,
0 commit comments