]> gcc.gnu.org Git - gcc.git/commit
re PR tree-optimization/18792 (ICE with -O1 -ftree-loop-linear on small test case)
authorDaniel Berlin <dberlin@dberlin.org>
Thu, 6 Jan 2005 22:08:27 +0000 (22:08 +0000)
committerDaniel Berlin <dberlin@gcc.gnu.org>
Thu, 6 Jan 2005 22:08:27 +0000 (22:08 +0000)
commit1f24dd474e4e3d676684d7ec022b35350d4c4a0e
tree0cefe92e4de94b5984c23671a4fd98a1e642c18f
parenta8e3a00f544e678384844899cec3a636442e1517
re PR tree-optimization/18792 (ICE with -O1 -ftree-loop-linear on small test case)

2005-01-06  Daniel Berlin <dberlin@dberlin.org>

Fix PR tree-optimization/18792

* tree-data-ref.c (build_classic_dist_vector): Change first_loop
to first_loop_depth, and use loop depth instead of loop number.
(build_classic_dir_vector): Ditto.
(compute_data_dependences_for_loop): Use depth, not loop number.
* tree-loop-linear.c (try_interchange_loops): Use loop depth, not loop
number. Pass in loops, instead of loop numbers.
(gather_interchange_stats): Ditto.
(linear_transform_loops): Ditto.

From-SVN: r93008
gcc/ChangeLog
gcc/testsuite/gcc.dg/pr18792.c [new file with mode: 0644]
gcc/tree-data-ref.c
gcc/tree-loop-linear.c
This page took 0.057673 seconds and 5 git commands to generate.