r263148 - in /trunk/gcc: ChangeLog tree-vect-da...
rsandifo@gcc.gnu.org
rsandifo@gcc.gnu.org
Tue Jul 31 14:25:00 GMT 2018
Author: rsandifo
Date: Tue Jul 31 14:25:35 2018
New Revision: 263148
URL: https://gcc.gnu.org/viewcvs?rev=263148&root=gcc&view=rev
Log:
[33/46] Use stmt_vec_infos instead of vec_info/gimple stmt pairs
This patch makes vect_record_max_nunits and vect_record_base_alignment
take a stmt_vec_info instead of a vec_info/gimple pair.
2018-07-31 Richard Sandiford <richard.sandiford@arm.com>
gcc/
* tree-vect-data-refs.c (vect_record_base_alignment): Replace vec_info
and gimple stmt arguments with a stmt_vec_info.
(vect_record_base_alignments): Update calls accordingly.
* tree-vect-slp.c (vect_record_max_nunits): Replace vec_info
and gimple stmt arguments with a stmt_vec_info.
(vect_build_slp_tree_1): Remove vinfo argument and update call
to vect_record_max_nunits.
(vect_build_slp_tree_2): Update calls to vect_build_slp_tree_1
and vect_record_max_nunits.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/tree-vect-data-refs.c
trunk/gcc/tree-vect-slp.c
More information about the Gcc-cvs
mailing list