r176596 - in /trunk/gcc: ChangeLog graphite-cla...

spop@gcc.gnu.org spop@gcc.gnu.org
Thu Jul 21 22:56:00 GMT 2011


Author: spop
Date: Thu Jul 21 22:56:29 2011
New Revision: 176596

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176596
Log:
Start counting nesting level from 0 and use the standard "Polyhedral SCattering Transformed" psct_* interface.

2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>

	* graphite-clast-to-gimple.c (compute_bounds_for_level): Call
	psct_dynamic_dim.
	(translate_clast_for_loop): Pass loop level to dependency_in_loop_p.
	(gcc_type_for_iv_of_clast_loop): Update use of level.
	(gloog): Start counting nesting level from 0.
	* graphite-clast-to-gimple.h (get_scattering_level): Removed.
	* graphite-dependences.c (graphite_carried_dependence_level_k): Call
	psct_dynamic_dim on level.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/graphite-clast-to-gimple.c
    trunk/gcc/graphite-clast-to-gimple.h
    trunk/gcc/graphite-dependences.c



More information about the Gcc-cvs mailing list