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 7128494 commit c0c0f07Copy full SHA for c0c0f07
llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
@@ -1642,8 +1642,9 @@ void VPlanTransforms::addActiveLaneMask(
1642
/// \p TypeInfo VPlan-based type analysis.
1643
/// \p AllOneMask The vector mask parameter of vector-predication intrinsics.
1644
/// \p EVL The explicit vector length parameter of vector-predication
1645
-/// intrinsics.
1646
-/// \p PrevEVL The explicit vector length of the previous iteration.
+/// intrinsics.
+/// \p PrevEVL The explicit vector length of the previous iteration. Only
1647
+/// required if \p CurRecipe is a VPInstruction::FirstOrderRecurrenceSplice.
1648
static VPRecipeBase *createEVLRecipe(VPValue *HeaderMask,
1649
VPRecipeBase &CurRecipe,
1650
VPTypeAnalysis &TypeInfo,
0 commit comments