This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Loop optimizer issues
- From: Michael S. Zick <mszick at goquest dot com>
- To: Peter Barada <pbarada at mail dot wm dot sps dot mot dot com>,mszick at goquest dot com
- Cc: rakdver at atrey dot karlin dot mff dot cuni dot cz,s dot bosscher at student dot tudelft dot nl,gcc at gcc dot gnu dot org
- Date: Wed, 4 Jun 2003 18:24:19 -0500
- Subject: Re: Loop optimizer issues
- References: <20030530183552.GA27110@atrey.karlin.mff.cuni.cz> <200306041910.h54JATB15281@hyper.wm.sps.mot.com> <03060418224000.01779@wolf686>
On Wednesday 04 June 2003 06:22 pm, Michael S. Zick wrote:
> On Wednesday 04 June 2003 02:10 pm, Peter Barada wrote:
> > >Note that the same decomposed representation can be used
> > >to go from "constant" to "expression".
> > >I.E:
> > >#const "24" "(x<<3)+(x<<4)"
> > >or decomposing the (4):
> > >#name "(x<<2)+(x<<2)" "(x<<4)"
> >
> > I think the last line should be(if it is a mathematical equivilence):
> >
> > #name "(x<<2)+(x<<2)" "(x<<3)"
>
> Guilty - that should teach me to type faster than I think.
- - - - - - - not - - - - - - ^