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: RFA: Add new (ARM) sibcall test case


> Hi Richard,
> 
> > Surely, adding this prologue_use to the sibcall insn will cause the
> > link register to be "live" during register allocation, which will
> > cause it to get saved and restored even if its only use is the
> > epilogue; that's what we used to have happen before this patch was
> > added:
> 
> Nope, with my patch applied you get code like this:

Sounds good then,

R.


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