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: subreg rtl documentation


On Tue, 2008-04-08 at 15:54 -0400, Kenneth Zadeck wrote:
> It sounds like you (plural) are tentatively saying that if we made the 
> same statements about subregs of mem after reload, we would be on ground 
> that the community would be willing to support.  That does not mean that 
> anyone plans to submit patches to break this, but it gives us a basis to 
> review things going forward.  

I would go further and say that there should never be a subreg of mem
outside combine.  It is OK for combine to create them, and simplify
them, but they should never escape out of combine.  There is no need for
this.  It is a good general principle that we should never accept RTL
that we know will require a reload later.

Jim



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