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 08:14:53AM -0700, amacleod@cygnus.com wrote:
> So it appears that I should do the same thing with ar.pfs on a sibcall
> as we do with b0, mark it as used?

I thought EPILOGUE_USES would take care of this.

> And then does that mean I should do that with CCVS and UNAT too?

Definitely not for CCVS -- that's a true temporary.  But
UNAT ought to be checked on.

> 	* regclass.c (call_really_used_regs): New array for registers which
> 	are actually used by a call.
> 	(init_reg_sets_1): Initialize regs_invalidated_by_call with the
> 	new array.
> 	(fix_register): Set call_really_used too.
> 	* config/ia64/ia64.h (CALL_REALLY_USED_REGISTERS): Initialize.
> 	* doc/tm.texi (CALL_REALLY_USED_REGISTERS): Document.

Ok.


r~


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