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: Conditional TODOs on SSA-CCP


> Hi,
> this patch updates ssa-ccp to return update flags conditionally.  As an extra
> I've removed removal of unreferenced vars that might happen quite rarely (such
        ^^ added
> as for optimized out uninitalized locals) but it probably should still be
> handled if we don't want to rely on some later pass unconditinally cleaning up.

The hidden dependency was what caused David's bootstrap to break after
DCE change.  My plan is to add removal of unreferenced vars to early
passes that can do it and also make cfgcleanup to drop in the TODO as
needed since removal of dead basic blocks is common source of making
variables unused.

Honza


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