[llvm] [VPlan] Pass VF as operand to VPWidenPointerInductionRecipe (PR #119859)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 17 09:31:28 PST 2024
================
@@ -2213,25 +2213,28 @@ class VPWidenIntOrFpInductionRecipe : public VPWidenInductionRecipe {
};
class VPWidenPointerInductionRecipe : public VPWidenInductionRecipe,
- public VPUnrollPartAccessor<3> {
+ public VPUnrollPartAccessor<4> {
bool IsScalarAfterVectorization;
public:
/// Create a new VPWidenPointerInductionRecipe for \p Phi with start value \p
/// Start.
----------------
alexey-bataev wrote:
Extended the comment for the new parameter
https://github.com/llvm/llvm-project/pull/119859
More information about the llvm-commits
mailing list