r143260 - in /branches/graphite/gcc: graphite.c...

spop@gcc.gnu.org spop@gcc.gnu.org
Sun Jan 11 06:54:00 GMT 2009


Author: spop
Date: Sun Jan 11 06:54:19 2009
New Revision: 143260

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143260
Log:
2009-01-11  Sebastian Pop  <sebastian.pop@amd.com>

	PR tree-optimization/38786
	* testsuite/gcc.dg/graphite/pr38786.c: New.
	* graphite.c (expand_scalar_variables_ssa_name): New, outlined from
	the SSA_NAME case of expand_scalar_variables_expr.
	(expand_scalar_variables_expr): Also gather the scalar computation
	used to index the memory access.
	(expand_scalar_variables_stmt): Pass to expand_scalar_variables_expr
	the gimple_stmt_iterator where it inserts new code.


Added:
    branches/graphite/gcc/testsuite/gcc.dg/graphite/pr38786.c
Modified:
    branches/graphite/gcc/graphite.c



More information about the Gcc-cvs mailing list