This is the mail archive of the gcc@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: [tree-ssa] Write to global memory not hoisted out of loop


On Apr 30, 2004 01:14 PM, Richard Guenther <rguenth@tat.physik.uni-tuebingen.de> wrote:

> Writes to global memory are not hoisted out of a computation loop.

Try this with the LNO branch, iirc it can do this.


> Is there already a PR about this pessimization? (Couldn't find one)

Why is this a pessimization, does gcc 3.4.0 do what you want?  Looks
like just a missed opportunity.  I am more surprised that making tmp
static doesn't help...

Gr.
Steven




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