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]

Re: [patch] h8300.c: Improve shifts.


On Fri, Aug 11, 2000 at 02:58:51PM -0600, Jeffrey A Law wrote:
> Kazu is generating a loop for the n << m part -- the oods that we're
> going to be able to fold things are pretty slim when we generate a loop
> for such stuff.

You probably don't want to have the loop in rtl until at least sched1.
Letting cse/combine do constant substitution is more valuable I would
think.


r~

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