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: COND_EXPR lowering patch


On Tue, 2003-08-26 at 15:02, law@redhat.com wrote:

> 
> 
>  >SSA->Normal eliminates all the PHI
>  >nodes, so these empty control structures become fair game if the
>  >elements of the PHI node coalesced together and no code was inserted
>  >into the empty control blocks....
> OK.  I see.   I'm not sure how much this happens now that we collapse
> useless control statements, even when there's a PHI in the pdom.  If it
> still happens, then, yes I see how it would be useful.
> 

Its probably  not worth it for now then, I'll just disable the flow
removal code in dce and leave it as the lightweight version then...

Andrew


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