]> git.ipfire.org Git - thirdparty/gcc.git/commit
graphite-blocking.c (pbb_strip_mine_profitable_p): The parameter depth is the loop...
authorSebastian Pop <sebastian.pop@amd.com>
Wed, 25 Nov 2009 05:30:35 +0000 (05:30 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Wed, 25 Nov 2009 05:30:35 +0000 (05:30 +0000)
commite3bde9f4bc8a008a07e1caba789562d0abd627d6
tree022a1de63537215778d0a70548c761ac2d1a3dda
parent27e432be3c4e56b68da4d5a6d1e1f7277ce77b65
graphite-blocking.c (pbb_strip_mine_profitable_p): The parameter depth is the loop nesting depth in the LST.

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

* graphite-blocking.c (pbb_strip_mine_profitable_p): The parameter
depth is the loop nesting depth in the LST.  Call psct_dynamic_dim
to transform depth into the time_depth before calling
pbb_number_of_iterations_at_time.
(lst_do_strip_mine): Use a scalar variable instead of recomputing
lst_depth.

From-SVN: r154637
gcc/ChangeLog.graphite
gcc/graphite-blocking.c