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]

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


Author: spop
Date: Tue Jul  7 20:53:26 2009
New Revision: 149348

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149348
Log:
Do not represent scevs containing n * m

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

	* graphite-scop-detection.c (graphite_can_represent_init): New.
	(graphite_can_represent_scev): Call graphite_can_represent_init:
	check that the initial value does not contain multiplications of
	parameters.
	(stmt_has_simple_data_refs_p): New.
	(stmt_simple_for_scop_p): Call stmt_simple_for_scop_p.
	(is_simple_operand): Fix formatting.
	* graphite-sese-to-poly.c (try_generate_gimple_bb): Fix formatting.

Modified:
    branches/graphite/gcc/ChangeLog.graphite
    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]