This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r150186 - in /branches/graphite/gcc: ChangeLog....


Author: spop
Date: Tue Jul 28 21:54:48 2009
New Revision: 150186

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150186
Log:
Don't filter out reductions.

2009-07-28  Sebastian Pop  <sebastian.pop@amd.com>

	* graphite-clast-to-gimple.c (graphite_loop_normal_form): Do not
	check that nb_reductions_in_loop is zero.
	* graphite-scop-detection.c (harmful_stmt_in_bb): Don't filter out
	reduction phi nodes.
	(nb_reductions_in_loop): Removed.
	(graphite_can_represent_loop): Do not call nb_reductions_in_loop.
	* graphite-sese-to-poly.c (phi_node_is_iv): Removed.
	(bb_contains_non_iv_scalar_phi_nodes): Removed.
	(scop_contains_non_iv_scalar_phi_nodes): Removed.
	(build_poly_scop): Do not call scop_contains_non_iv_scalar_phi_nodes.

Modified:
    branches/graphite/gcc/ChangeLog.graphite
    branches/graphite/gcc/graphite-clast-to-gimple.c
    branches/graphite/gcc/graphite-scop-detection.c
    branches/graphite/gcc/graphite-sese-to-poly.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]