r148990 - in /branches/graphite/gcc: ChangeLog....
spop@gcc.gnu.org
spop@gcc.gnu.org
Fri Jun 26 21:59:00 GMT 2009
Author: spop
Date: Fri Jun 26 21:59:35 2009
New Revision: 148990
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148990
Log:
Record data sizes
2009-06-26 Sebastian Pop <sebastian.pop@amd.com>
* graphite-interchange.c (compute_array_size_cstr): Allow the
subscript multiplier to be -1.
(compute_array_size): Use PDR_DATA_CONTAINER and not PDR_ACCESSES.
* graphite-poly.c (new_poly_dr): Takes an extra argument for the
data_container. Initializes PDR_DATA_CONTAINER.
(print_pdr_access_layout): New.
(print_pdr): Call print_pdr_access_layout. Print PDR_DATA_CONTAINER.
* graphite-poly.h (struct poly_dr): Adjust comment. Add a new field
data_container.
(PDR_DATA_CONTAINER): New.
(new_poly_dr): Update declaration.
* graphite-sese-to-poly.c (pdr_add_data_dimensions): New.
(build_poly_dr): Call pdr_add_data_dimensions.
Modified:
branches/graphite/gcc/ChangeLog.graphite
branches/graphite/gcc/graphite-interchange.c
branches/graphite/gcc/graphite-poly.c
branches/graphite/gcc/graphite-poly.h
branches/graphite/gcc/graphite-sese-to-poly.c
More information about the Gcc-cvs
mailing list