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] SH: New define_split sh.md


Joern Rennecke wrote:
> > 3. The benchmarking that I did suggests that splitting 
> >    is a win, even if, surrounding insns are not considered.
> >    However, I cannot claim that is always the case.
> 
> Where a code transformation appears to have potential 
> drawbacks of comparable magnitude as potential gains, benchmarking 
> can only give  useful guidance if it is done with a large and diverse 
> body of code that is  representative of the various uses that the 
> processor is being used for. Unfortunately, the effort to do 
> this is prohibitive most of the times :-(

Ok, So I will make a peep2 pattern for this. 
Before synthesizing a constant, we take care that it 
is not already surrounded by EX group insns.

Best Regards,
Naveen Sharma.


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