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: Post-register-allocation opportunitistic optimizer?


On Fri, May 03, 2002 at 04:46:03PM -0700, tm wrote:
> So we can naively emit long sequences of single shifts, and have peep2
> clean it up for us later if hard registers are available. Nice!

Um, except that peep2 only works with adjacent instructions.
You're probably better off modeling these as a single insn
through reload and splitting them with peep2.


r~


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