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]
Other format: [Raw text]

Re: Loop optimizer issues


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.


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