This patch updates VPWidenIntOrFpInductionRecipe to hold the start value
for the induction variable. This makes the start value explicit and
allows for adjusting the start value for a VPlan.
The flexibility will be used in further patches.
Differential D92129
[VPlan] Keep start value in VPWidenIntOrFpInductionRecipe (NFC). fhahn on Nov 25 2020, 1:12 PM. Authored by
Details This patch updates VPWidenIntOrFpInductionRecipe to hold the start value The flexibility will be used in further patches.
Diff Detail
Event TimelineComment Actions Good step towards representing more Values, and in particular recording InductionDescriptor information, in VPlan!
|