Record the pointer argument of the memory instruction being vectorized and its
properties in VPWidenMemoryInstructionRecipe, delegating both to ILV on VPlan
execution instead of letting ILV rely on scalar IR's def-use relations. This
reduces ingredient DU usage by ILV as a step towards full VPlan-based def-use
relations.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
A more comprehensive solution for breaking this ingredient def-use dependence is implemented in D70865.