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: splits after reload


On Tue, 2003-12-16 at 02:15, Rakesh Kumar - Software, Noida wrote:
>  I agree, but I was thinking about postreload splits. Is there any
> probability of throwing away the splitted instructions after reload?

I don't know.  Look at the souces.

>  I thought about peephole2. But it seems making the optimization too
> local.

Some good points.  It isn't clear to me whether this occurs often enough
to be worth the trouble though.  You will probably have to try it and
see.  There are few targets nowadays that can't load a double with a
single instruction, so this addresss arithmetic from the splitter is
going to be rare outside the SH, and this is probably only the early SH
architectures, maybe 1-3?
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com


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