Re: [OG10] Fortran: delinearize multi-dimensional array accesses

2021-01-07 Thread Sandra Loosemore
On 12/26/20 3:41 AM, Thomas Koenig wrote: Hi Sandra, The attached patch implements delinearization of array accesses in the Fortran front end, something that has been discussed for a long time. Definitely - among others, this is the subject of PR 14741, which is by now quite historic. I've

Re: [OG10] Fortran: delinearize multi-dimensional array accesses

2020-12-26 Thread Thomas Koenig via Gcc-patches
Hi Sandra, The attached patch implements delinearization of array accesses in the Fortran front end, something that has been discussed for a long time. Definitely - among others, this is the subject of PR 14741, which is by now quite historic. I've been asked to try to get this patch

[OG10] Fortran: delinearize multi-dimensional array accesses

2020-12-17 Thread Sandra Loosemore
The attached patch implements delinearization of array accesses in the Fortran front end, something that has been discussed for a long time. I've been asked to try to get this patch committed on the OG10 branch since it is blocking some further optimization work with Graphite for OpenACC