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

Re: [PATCH] Modulo-scheduling improvements. Patch 2 of 2.


On Wednesday 17 January 2007 22:39, Vladimir Yanovsky wrote:
> + 	* spu.md:  Add doloop pattern.

You didn't really add a doloop pattern, but an "I want to be
doloop but not quite" kind of expander.

Why not add a "normal" decrement-and-branch define_insn_and_split,
so you have a doloop pattern before, say, register allocation, and
a separate decrement insn and branch insn after splitting?  (The
only reason I can think of to not do this, would be that you want
to schedule the decrement...?)

Gr.
Steven


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