Re: [patch, fortran] Remove bounds checking in DO loops for inline matmul

2018-06-10 Thread Thomas Koenig
Hi Steve, On Sun, Jun 10, 2018 at 02:50:56PM +0200, Thomas Koenig wrote: OK for trunk? Yes. Thanks, committed as rev 261388. Regards Thomas

Re: [patch, fortran] Remove bounds checking in DO loops for inline matmul

2018-06-10 Thread Steve Kargl
On Sun, Jun 10, 2018 at 02:50:56PM +0200, Thomas Koenig wrote: > > the attached patch was motivated by the desire to reduce the runtime > of programs with -fcheck=bounds with (some) optimization, in order > to make debugging less time consuming. > > This patch removes the run-time bounds checks w

[patch, fortran] Remove bounds checking in DO loops for inline matmul

2018-06-10 Thread Thomas Koenig
Hello world, the attached patch was motivated by the desire to reduce the runtime of programs with -fcheck=bounds with (some) optimization, in order to make debugging less time consuming. This patch removes the run-time bounds checks with -fcheck=bounds in the DO loops created by matmul inlining