Re: [07/46] Add vec_info::lookup_stmt

2018-07-25 Thread Richard Biener
On Tue, Jul 24, 2018 at 11:55 AM Richard Sandiford wrote: > > This patch adds a vec_info replacement for vinfo_for_stmt. The main > difference is that the new routine can cope with arbitrary statements, > so there's no need to call vect_stmt_in_region_p first. > > The patch only converts calls th

[07/46] Add vec_info::lookup_stmt

2018-07-24 Thread Richard Sandiford
This patch adds a vec_info replacement for vinfo_for_stmt. The main difference is that the new routine can cope with arbitrary statements, so there's no need to call vect_stmt_in_region_p first. The patch only converts calls that are still needed at the end of the series. Later patches get rid o