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: [patch] Improve chrec_convert PR/21861 and PR/18403


Diego Novillo wrote:
> How difficult would be to provide such an interface?  Since it

It wouldn't be too difficult to improve this interface, but I get that
idea only when writing the changelog, so I didn't wanted to redo all
the bootstrap from scratch.  I will send a patch to fix this tomorow.

> In the meantime, unless the call to e_n_o_i is too expensive, I

e_n_o_i scans all the loops and exits once.  However it is no worth to
work so hard for loops in which VRP has nothing to optimize...

> don't have a problem with the VRP bits.
> 

okay, I'll check my patch in.


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