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,updated] PR35371 GCSE loses track of REG_POINTER attribute


On Sat, 2008-04-05 at 09:36 +0200, Eric Botcazou wrote:
> > This has bootstrapped and regtested with no errors on powerpc64-linux and
> > H.J. kindly SPEC tested this on x86_64 and saw no performance regressions.
> > Is this ok for mainline?
> 
> It's OK if you find a better name for gen_reg_rtx_copy: the bare "copy" 
> clearly suggests that it will copy the value of the source.  Something like
> gen_reg_rtx_and_attrs for example but Richard may have a better idea.

Actually, Richard and I both tried copping out which is how we ended up
with the lame name I came up with.  So your suggestion wins! :)
I checked in the patch using your gcc_reg_rtx_and_attrs suggestion.
If you change your mind, let me know and I'll change it.
This is now on trunk as revision 133985.  Thanks!

Peter




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