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: [sh] tiny cstore cleanup


bonzini@gnu.org wrote:
> The pre-cond-optab implementation of SHmedia floating-point branches
> always used a DImode temporary to convert the branch to integer,
> despite the conditional stores for SHmedia can emit a SImode
> result and the branches can use it.
> 
> This resulted in extra sign extensions that I kept in the cond-optab
> branch to minimize code generation differences.  This however can
> go away now.
> 
> Tested with my bunch of cond-optab testcases.  Ok?

OK.  Thanks!

Regards,
	kaz


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