]> git.ipfire.org Git - thirdparty/gcc.git/commit
Always dump generated distance vectors
authorRichard Biener <rguenther@suse.de>
Thu, 19 Sep 2024 10:37:13 +0000 (12:37 +0200)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 19 Sep 2024 11:34:24 +0000 (13:34 +0200)
commit605d05b9481832bc691685b7ff990ef68f02b1bb
tree8d1a02d2ba940492d4327672d628032352fdf1d0
parent5e3a4a01785e2d5135528a07bb8116af9c55ddf8
Always dump generated distance vectors

There's special-casing for equal access functions which bypasses
printing the distance vectors.  The following makes sure we print
them always which helps debugging.

* tree-data-ref.cc (build_classic_dist_vector): Move
distance vector dumping to single caller ...
(subscript_dependence_tester): ... here, dumping always
when we succeed computing it.
gcc/tree-data-ref.cc