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] TARGET_MEM_REF


On Thu, 2005-03-03 at 20:32 -0700, Roger Sayle wrote:
> On Fri, 4 Mar 2005, Zdenek Dvorak wrote:
> > This patch introduces TARGET_MEM_REF tree.  This is a memory reference
> > whose address precisely maps to the addressing mode of the target
> > architecture.  In particular, the multiplication/additions that are
> > for free are hidden inside the tree, thus they cannot be played with
> > by optimizations that do not know about the existence of addressing modes.
> 
> New tree codes need to be documented in doc/c-tree.texi.

Also, new pieces of the GIMPLE grammar need to go in the grammar
description in doc/tree-ssa.texi

> 
> Roger
> --
> 


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