Re: SLP and dr_vec_info

2020-06-16 Thread Richard Sandiford
Richard Biener writes: > I'm facing the issue that we have vector type dependent information > stored in dr_vec_info (the misalignment at least) and that with > BB vectorization (at least) we want to be able to access a DR group with > two different vector types. > > I've run into this with > htt

SLP and dr_vec_info

2020-06-15 Thread Richard Biener
I'm facing the issue that we have vector type dependent information stored in dr_vec_info (the misalignment at least) and that with BB vectorization (at least) we want to be able to access a DR group with two different vector types. I've run into this with https://gcc.gnu.org/pipermail/gcc-patc