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: [lno] Induction variable optimizations


Hello,

> >>Uh, this shouldn't be necessary.
> >>We shouldn't have SSA_NAME's by the time we go to expand the
> >>expression. rewrite_out_of_ssa should have removed it.
> >
> >right; I am just letting some pieces of code to be expanded, so that I
> >can estimate the costs of the computations.  This of course wastes a 
> >lot
> >of memory and I will rewrite it into something more senseful soon.
> >
> 
> Oh, I didn't read the whole thing.
> You are doing the cost calculations based on the RTL it produces?

yes.

Zdenek


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