Re: [patch, fortran] Create some temporary variables for matmul arguments

2017-05-28 Thread Jerry DeLisle
On 05/28/2017 02:40 PM, Thomas Koenig wrote: Hello world, the attached patch generates some more opportunities for matmul inlining by creating temporaries if arguments overlap, if the return is from a function or something similar. With this, we are pretty much coming to the end of the matmul o

[patch, fortran] Create some temporary variables for matmul arguments

2017-05-28 Thread Thomas Koenig
Hello world, the attached patch generates some more opportunities for matmul inlining by creating temporaries if arguments overlap, if the return is from a function or something similar. With this, we are pretty much coming to the end of the matmul optimization saga. After this, on to new shore