Re: [35/46] Alter interfaces within vect_pattern_recog

2018-07-25 Thread Richard Biener
On Tue, Jul 24, 2018 at 12:06 PM Richard Sandiford wrote: > > vect_pattern_recog_1 took a gimple_stmt_iterator as argument, but was > only interested in the gsi_stmt, not anything else. This patch makes > the associated routines operate directly on stmt_vec_infos. OK > > 2018-07-24 Richard San

[35/46] Alter interfaces within vect_pattern_recog

2018-07-24 Thread Richard Sandiford
vect_pattern_recog_1 took a gimple_stmt_iterator as argument, but was only interested in the gsi_stmt, not anything else. This patch makes the associated routines operate directly on stmt_vec_infos. 2018-07-24 Richard Sandiford gcc/ * tree-vect-patterns.c (vect_mark_pattern_stmts): T