Re: [07/11] Use single basic block array in loop_vec_info

2018-08-01 Thread Richard Biener
On Mon, Jul 30, 2018 at 1:42 PM Richard Sandiford wrote: > > _loop_vec_info::_loop_vec_info used get_loop_array to get the > order of the blocks when creating stmt_vec_infos, but then used > dfs_enumerate_from to get the order of the blocks that the rest > of the vectoriser uses. We should be abl

[07/11] Use single basic block array in loop_vec_info

2018-07-30 Thread Richard Sandiford
_loop_vec_info::_loop_vec_info used get_loop_array to get the order of the blocks when creating stmt_vec_infos, but then used dfs_enumerate_from to get the order of the blocks that the rest of the vectoriser uses. We should be able to use that order for creating stmt_vec_infos too. 2018-07-30 R