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


>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)"

-- 
Peter Barada                             Peter.Barada@motorola.com
Wizard                                   781-852-2768 (direct)
WaveMark Solutions(A Motorola Company)   781-270-0193 (fax)


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