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: powerpc CALL_REALLY_USED_REGISTERS


>>>>> Aldy Hernandez writes:

Aldy> i'm not following you here-- the only thing i added was sets to
Aldy> call_really_used_regs, NOT call_used_regs.  i left the call_used_regs as
Aldy> it was.  see patch:

	Yes, you set call_really_used_regs for the ALTIVEC where you set
call_used_regs.  If you need to keep those two in sync for ALTIVEC, why
don't you need to keep call_really_used_regs in sync for ALL of the other
conditional setting of call_used_regs?

	If it is deemed acceptable, I think Stan's method is better.  We
also force other dependencies in the prologue and epilogue.

David


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