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]

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


Author: spop
Date: Wed Aug 20 16:05:00 2008
New Revision: 139327

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=139327
Log:
2008-08-20  Sebastian Pop  <sebastian.pop@amd.com>

	* tree-data-ref.c (stmt_simple_memref_p): New.
	* tree-data-ref.h (stmt_simple_memref_p): Declared.
	* graphite.c (stmt_simple_memref_for_scop_p): Removed.
	(is_simple_operand): Call stmt_simple_memref_p.

	* testsuite/gcc.dg/graphite/scop-matmult.c: Updated for not
	using pointer arithmetic, as this is optimized by PRE and
	makes the code too difficult to analyze.

	* testsuite/gcc.dg/graphite/scop-18.c: Same.


Modified:
    branches/graphite/gcc/ChangeLog.graphite
    branches/graphite/gcc/graphite.c
    branches/graphite/gcc/testsuite/gcc.dg/graphite/scop-18.c
    branches/graphite/gcc/testsuite/gcc.dg/graphite/scop-matmult.c
    branches/graphite/gcc/tree-data-ref.c
    branches/graphite/gcc/tree-data-ref.h


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