This explicitly records whether a scalar IV is needed in the
VPWidenIntOrFpInductionRecipe, to remove a dependence on the cost-model
during its ::execute.
It will also be used in D116123 to determine if a vector phi will be
generated.
Differential D118167
[VPlan] Record whether scalar IVs are need in induction recipe. (NFC) fhahn on Jan 25 2022, 11:06 AM. Authored by
Details This explicitly records whether a scalar IV is needed in the It will also be used in D116123 to determine if a vector phi will be
Diff Detail
Event Timeline
Comment Actions Address latest comments, thanks! I unified the VPWidenIntOrFpInductionRecipe* creating in a single helper. Comment also updated. Comment Actions This is fine, couple of final nits; thanks for accommodating!
|