Re: [PATCH][1/n] Dissect vectorizer GROUP_* info

2018-05-23 Thread Richard Biener
On May 23, 2018 5:29:46 PM GMT+02:00, Richard Sandiford wrote: >Richard Biener writes: >> This patch splits GROUP_* into DR_GROUP_* and REDUC_GROUP_* as a step >> towards sharing dataref and dependence analysis between vectorization >> analysis of different vector sizes (and then comparing costs

Re: [PATCH][1/n] Dissect vectorizer GROUP_* info

2018-05-23 Thread Richard Sandiford
Richard Biener writes: > This patch splits GROUP_* into DR_GROUP_* and REDUC_GROUP_* as a step > towards sharing dataref and dependence analysis between vectorization > analysis of different vector sizes (and then comparing costs and choosing > the best one). > > The next patch will move the DR_GR

[PATCH][1/n] Dissect vectorizer GROUP_* info

2018-05-23 Thread Richard Biener
This patch splits GROUP_* into DR_GROUP_* and REDUC_GROUP_* as a step towards sharing dataref and dependence analysis between vectorization analysis of different vector sizes (and then comparing costs and choosing the best one). The next patch will move the DR_GROUP_* fields to the DR_AUX vectori