- No need to call areAllUsersVectorized as later the cost is calculated only if the instruction has one use and gets vectorized.
- Need to calculate the cost of the dead extractelement more precisely, taking the vector type of the vector operand, not the resulting vector type.
Part of D57059.
Missed fadd reduction opportunity