This patch adds a new VPScalarIVStepsRecipe to handle building scalar
steps.
In the first patch, it only handles the case where there is no vector
induction variable needed.
Differential D115953
[VPlan] Introduce recipe to build scalar steps. fhahn on Dec 17 2021, 10:26 AM. Authored by
Details This patch adds a new VPScalarIVStepsRecipe to handle building scalar In the first patch, it only handles the case where there is no vector
Diff Detail
Event TimelineThere are a very large number of changes, so older changes are hidden. Show Older Changes
Comment Actions Completely restructured the patch to introduce VPScalarIVStepsRecipe in VPlan2VPlan transformation, similiar to how VPWidenCanonicalIV is handled. The code should be much simpler now. I also tried to address the existing comments, if they still applied to the updated patch.
Comment Actions Looks good to me, thanks!
Comment Actions Thanks Ayal! Latest comments should be addressed and I am planning on landing this soon. |