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: Fix PR rtl-optimization/34035


> 	Why?  How about some justification for your assertion.

It's the fastest mode of cleanup_cfg and purging dead edges can lead to 
opportunities of CFG simplification.  And it's the canonical cleanup routine 
at the end of RTL passes.  Note that it is only invoked on demand here.

-- 
Eric Botcazou


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