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: [tree-ssa] Optimizing if statements


On Mon, 2003-06-02 at 17:40, Daniel Berlin wrote:
> 
> 

> >     }
> > }
> >
> >
> > Shouldn't tree-ssa be able to optimize away one of the
> > "if" statements here (since (s > 0) iff (bar > 0))?
> If copy prop was working, it would.
> 

Which just bootstrapped on my machine this afternoon....
So shortly we will have a patch for overlapping live ranges with copy
prop turned on by default...

I hope :-)

Andrew


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