https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124664
Bug ID: 124664
Summary: STMT_VINFO_VECTYPE should go away
Product: gcc
Version: 16.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: rguenth at gcc dot gnu.org
Target Milestone: ---
SLP_TREE_VECTYPE is where we store the info, ideally all of _stmt_vec_info is
info about the scalar code and all _stmt_vec_info could be shared between all
scalar, vector and epilog loop analyses.
For this to work out the dr_info might need to be partially moved over to
SLP.