Re: [03/11] Remove vect_transform_stmt grouped_store argument

2018-08-01 Thread Richard Biener
On Mon, Jul 30, 2018 at 1:38 PM Richard Sandiford wrote: > > Nothing now uses the grouped_store value passed back by > vect_transform_stmt, so we might as well remove it. OK. > > 2018-07-30 Richard Sandiford > > gcc/ > * tree-vectorizer.h (vect_transform_stmt): Remove grouped_store >

[03/11] Remove vect_transform_stmt grouped_store argument

2018-07-30 Thread Richard Sandiford
Nothing now uses the grouped_store value passed back by vect_transform_stmt, so we might as well remove it. 2018-07-30 Richard Sandiford gcc/ * tree-vectorizer.h (vect_transform_stmt): Remove grouped_store argument. * tree-vect-stmts.c (vect_transform_stmt): Likewise.