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]

Re: PATCH: extra machine-dependent passes


  In message <200106160217.WAA23929@greed.delorie.com>you write:
  > If there were some way for a pseudo-reg to be "assigned" the value of
  > a hard reg from the beginning of the function (this is trivial to do
  > now if you don't inline, but the inline case is troublesome) it could
  > easily be MI.
We already do this for the PA to deal with the PIC register (for various
reasons we have a need to copy it into a pseudo and use the pseudo instead
of the PIC register).

It may be a good idea to talk with Alan Modra & John Anglin since they
did most of the work.
jeff


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