This is the mail archive of the gcc@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: REG_NO_CONFLICT vs lower-subreg


Paolo Bonzini <paolo.bonzini@lu.unisi.ch> writes:

> > I suppose we could add a target macro to let individual ports turn
> > off REG_NO_CONFLICT generation?  Any other ideas?
> 
> A pass to reorder insns so that live ranges are shortened and register
> pressure is relieved.

I think you could do this with the scheduler, with appropriate target
hooks.  In fact, it sounds like the anti-scheduler.

Ian


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