Hmm, we only have one STMT_VINFO_VECTYPE in need_additional_vector_vars_p.
I think we can just save the mode/vectype we need during add_stmt_cost and get it later, similar to STMT_VINFO_TYPE.
Testing a patch. -- Regards Robin
Hmm, we only have one STMT_VINFO_VECTYPE in need_additional_vector_vars_p.
I think we can just save the mode/vectype we need during add_stmt_cost and get it later, similar to STMT_VINFO_TYPE.
Testing a patch. -- Regards Robin