This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Handle ADDR_EXPR in SCEV


On Wed, 24 Feb 2010, Richard Guenther wrote:

> > 3) I think the biggest problem is that for references in nested loops
> > (a[i][j]) we create an IV (&a + i*stride) that is live in the outer loop.
> > In bwaves, there are deeply nested loops with references to multiple arrays, so
> > updating such IVs on stack has impact on code size and performance.
> 
> If you have a testcase showing this problem it would be nice to
> add it to the bug referencing your patch.

I have filed a new bug, PR43174, with a testcase, a short description of the
problem and a link to the patch in the mailing list archive.

Thanks.
Alexander Monakov


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]