r263160 - in /trunk/gcc: ChangeLog tree-vectori...
rsandifo@gcc.gnu.org
rsandifo@gcc.gnu.org
Tue Jul 31 14:26:00 GMT 2018
Author: rsandifo
Date: Tue Jul 31 14:26:35 2018
New Revision: 263160
URL: https://gcc.gnu.org/viewcvs?rev=263160&root=gcc&view=rev
Log:
[45/46] Remove vect_stmt_in_region_p
Unlike the old vinfo_for_stmt, vec_info::lookup_stmt can cope with
any statement, so there's no need to check beforehand that the statement
is part of the vectorisable region. This means that there are no longer
any calls to vect_stmt_in_region_p.
2018-07-31 Richard Sandiford <richard.sandiford@arm.com>
gcc/
* tree-vectorizer.h (vect_stmt_in_region_p): Delete.
* tree-vectorizer.c (vect_stmt_in_region_p): Likewise.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/tree-vectorizer.c
trunk/gcc/tree-vectorizer.h
More information about the Gcc-cvs
mailing list