Re: [09/46] Add vec_info::lookup_single_use

2018-07-25 Thread Richard Biener
On Tue, Jul 24, 2018 at 11:56 AM Richard Sandiford wrote: > > This patch adds a helper function for seeing whether there is a single > user of an SSA name, and whether that user has a stmt_vec_info. OK. > > 2018-07-24 Richard Sandiford > > gcc/ > * tree-vectorizer.h (vec_info::lookup_

[09/46] Add vec_info::lookup_single_use

2018-07-24 Thread Richard Sandiford
This patch adds a helper function for seeing whether there is a single user of an SSA name, and whether that user has a stmt_vec_info. 2018-07-24 Richard Sandiford gcc/ * tree-vectorizer.h (vec_info::lookup_single_use): Declare. * tree-vectorizer.c (vec_info::lookup_single_use