This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Gimplification and simplification
> On Wed, Nov 05, 2003 at 04:36:30PM +0100, Jan Hubicka wrote:
> > Not, actually already gimplifier is smart enought to fold builtins but
> > it is not smart enought to fold resulting expressions.
>
> Might take care of this in remove_useless...
That sounds like resonable place (assuming we call it just before
optimization not after as we do right now that is causing me all sorts
of problems with CFG based expansion code).
Honza
>
>
> r~