Re: [31/46] Use stmt_vec_info in function interfaces (part 1)

2018-07-25 Thread Richard Biener
On Tue, Jul 24, 2018 at 12:05 PM Richard Sandiford wrote: > > This first (less mechanical) part handles cases that involve changes in > the callers or non-trivial changes in the functions themselves. OK > > 2018-07-24 Richard Sandiford > > gcc/ > * tree-vect-data-refs.c (vect_describe

[31/46] Use stmt_vec_info in function interfaces (part 1)

2018-07-24 Thread Richard Sandiford
This first (less mechanical) part handles cases that involve changes in the callers or non-trivial changes in the functions themselves. 2018-07-24 Richard Sandiford gcc/ * tree-vect-data-refs.c (vect_describe_gather_scatter_call): Take a stmt_vec_info instead of a gcall.