r263221 - in /trunk/gcc: ChangeLog tree-vect-lo...

rsandifo@gcc.gnu.org rsandifo@gcc.gnu.org
Wed Aug 1 15:14:00 GMT 2018


Author: rsandifo
Date: Wed Aug  1 15:14:56 2018
New Revision: 263221

URL: https://gcc.gnu.org/viewcvs?rev=263221&root=gcc&view=rev
Log:
[07/11] Use single basic block array in loop_vec_info

_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-08-01  Richard Sandiford  <richard.sandiford@arm.com>

gcc/
	* tree-vect-loop.c (_loop_vec_info::_loop_vec_info): Use the
	result of dfs_enumerate_from when constructing stmt_vec_infos,
	instead of additionally calling get_loop_body.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-vect-loop.c



More information about the Gcc-cvs mailing list