This is the mail archive of the gcc-bugs@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: flow patch for building ia64


On Wed, Aug 01, 2001 at 02:27:33PM -0700, amacleod@cygnus.com wrote:
> EPILOGUE_USES makes sure that ar.pfs is live on exit. The last instruction
> in the block is the sibcall, which kills ar.pfs...

Oh, right.  Wasn't thinking clearly.

> So should we mark these registers as uses on the sibcall, like b0?

Hmm.  Actually, I wonder if it isn't cleaner to make ar.pfs
call-saved, but clobber it on the call insns.  

As for ar.unat, I just checked and it is properly call-saved.


r~


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