Polyhedron 2005 Benchmarks

Daniel Berlin dberlin@dberlin.org
Fri Nov 18 14:10:00 GMT 2005


On Fri, 2005-11-18 at 14:32 +0100, Steven Bosscher wrote:
> On Nov 18, 2005 01:57 PM, Dominique Dhumieres <dominiq@lps.ens.fr>
> wrote:
> > g95 and gfc are unable to reorder loops such as
> >
> > do i = 1, ni
> > do j = 1, nj
> > a(i,j) = b(i,j)
> > end do
> > end do
> 
> Shouldn't -ftree-loop-linear perform the loop interchange here?

Probably :)
I'd be curious to know if it decides not to, and why.

-fdump-tree-ltrans-all

>  
> Gr.
> Steven
>  
>  
> 



More information about the Fortran mailing list