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 PR middle-end/48770


On 06/14/2011 05:32 PM, Jeff Law wrote:
> 
> This version incorporates suggestions from Bernd.  Basically we have
> reload1.c set reload_completed internally rather than deferring it into
> ira.c.  That allows the call to reload() to return whether or not a DCE
> pass is desirable at the end of reload.
> 
> That in turn allows us to avoid the DF clumsiness of the previous version.
> 
> Bootstrapped and regression tested on x86_64-unknown-linux-gnu.

This is OK, although I'm slightly confused - wasn't your original
problem caused by the other delete_dead_insn call?


Bernd


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