https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102043

--- Comment #21 from Richard Biener <rguenth at gcc dot gnu.org> ---
(In reply to Bernhard Reutner-Fischer from comment #17)
> Do we want to address arrays always at position 0 (maybe to help graphite ?)

Helping graphite (and other loop optimizers) would be to not lower
multi-dimensional accesses to a single dimension (I think that's what
Sandras patches try to do).  The lower bound doesn't really matter here and
is well-handled by all code.

Reply via email to