diff options
author | Sebastian Pop <sebastian.pop@amd.com> | 2010-12-01 17:24:37 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2010-12-01 17:24:37 +0000 |
commit | 247fd30e2072f59283bef3a3651903e06ce157ac (patch) | |
tree | 57e555480f703d40e0f6c9b6a7218f9dfe2b7eba /gcc/graphite-poly.h | |
parent | a2254c5d78494bdbeb40e0c955aa8e0cb5d5ab84 (diff) | |
download | gcc-247fd30e2072f59283bef3a3651903e06ce157ac.tar.gz |
Add a stride parameter to scop_do_strip_mine.
2010-10-20 Sebastian Pop <sebastian.pop@amd.com>
* graphite-blocking.c (lst_do_strip_mine_loop): Extra parameter
for the stride.
(lst_do_strip_mine): Same.
(scop_do_strip_mine): Same.
* graphite-poly.c (apply_poly_transforms): Update call to
scop_do_strip_mine.
* graphite-poly.h (scop_do_strip_mine): Update declaration.
From-SVN: r167345
Diffstat (limited to 'gcc/graphite-poly.h')
-rw-r--r-- | gcc/graphite-poly.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/graphite-poly.h b/gcc/graphite-poly.h index 8b950a478ff..4a2f25cd227 100644 --- a/gcc/graphite-poly.h +++ b/gcc/graphite-poly.h @@ -412,7 +412,7 @@ extern void print_iteration_domains (FILE *, scop_p, int); extern void debug_iteration_domain (poly_bb_p, int); extern void debug_iteration_domains (scop_p, int); extern bool scop_do_interchange (scop_p); -extern bool scop_do_strip_mine (scop_p); +extern bool scop_do_strip_mine (scop_p, int); extern bool scop_do_block (scop_p); extern bool flatten_all_loops (scop_p); extern void pbb_number_of_iterations_at_time (poly_bb_p, graphite_dim_t, mpz_t); |