]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-loop-linear.c (gather_interchange_stats): For multidimensional arrays...
authorSebastian Pop <sebastian.pop@inria.fr>
Wed, 14 Mar 2007 23:23:24 +0000 (00:23 +0100)
committerSebastian Pop <spop@gcc.gnu.org>
Wed, 14 Mar 2007 23:23:24 +0000 (23:23 +0000)
commitc4d8f83b551c953d7cbbe85cf24bab3595defaaa
treed21c23b85fba4827eae8894e489ee403c78576ed
parent1f7f19c46a9fa0c1be528bfb9fa54196d8ca0e4b
tree-loop-linear.c (gather_interchange_stats): For multidimensional arrays...

* tree-loop-linear.c (gather_interchange_stats): For multidimensional
arrays, multiply the access strides by the size of the sub-array.
* testsuite/gcc.dg/tree-ssa/ltrans-5.c: New.

From-SVN: r122935
gcc/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/ltrans-5.c [new file with mode: 0644]
gcc/tree-loop-linear.c