On Thu, 20 Mar 2025, Spencer Abson wrote:
> We currently check that the target suppports PLUS_EXPR and MINUS_EXPR
> with step_vectype (a fix for pr103523). However, vectorizable_induction
> can emit a vectorized MULT_EXPR when calculating the step of each IV for
> SLP, and both MULT_EXPR/FLOAT_EX
We currently check that the target suppports PLUS_EXPR and MINUS_EXPR
with step_vectype (a fix for pr103523). However, vectorizable_induction
can emit a vectorized MULT_EXPR when calculating the step of each IV for
SLP, and both MULT_EXPR/FLOAT_EXPR when calculating VEC_INIT for float
inductions.