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]

Re: int div by constant optimization



On Thursday, October 25, 2001, at 09:02  PM, Richard Henderson wrote:

> On Thu, Oct 25, 2001 at 05:52:18PM -0700, Dale Johannesen wrote:
>> I'd like to fix this.  Conceptually what you
>> need to do isn't hard...
>
> I'd rather we handled this by doing constant propagation
> at higher IL levels.  E.g. Diego's tree-ssa code.
>
Try the SSA-CCP code i submitted for tree-ssa, and see if it helps.

>
> r~


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