[Bug tree-optimization/33113] Failing to represent the stride (with array) of a dataref when it is not a constant
dominiq at lps dot ens dot fr
gcc-bugzilla@gcc.gnu.org
Wed Sep 8 17:50:00 GMT 2010
------- Comment #8 from dominiq at lps dot ens dot fr 2010-09-08 17:49 -------
One of the first thing taught in fortran is that the loop ordering in the test
in comment #0 is bad.
If the loops are interchanged (as they should) the code vectorize. Is not
-floop-interchange supposed to do that if graphite is enabled (actually it does
not do it or if it does, it does not allow the code to be vectorized)?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33113
More information about the Gcc-bugs
mailing list