Re: [24/46] Make stmt_info_for_cost use a stmt_vec_info

2018-07-25 Thread Richard Biener
On Tue, Jul 24, 2018 at 12:02 PM Richard Sandiford wrote: > > This patch makes stmt_info_for_cost carry a stmt_vec_info instead > of a gimple stmt. The structure is internal to the vectoriser, > so targets aren't affected. OK > > 2018-07-24 Richard Sandiford > > gcc/ > *

[24/46] Make stmt_info_for_cost use a stmt_vec_info

2018-07-24 Thread Richard Sandiford
This patch makes stmt_info_for_cost carry a stmt_vec_info instead of a gimple stmt. The structure is internal to the vectoriser, so targets aren't affected. 2018-07-24 Richard Sandiford gcc/ * tree-vectorizer.h (stmt_info_for_cost::stmt): Replace with...