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: SPARC: minor tweaks


On Sun, May 15, 2005 at 12:28:23PM +0200, Eric Botcazou wrote:
>       /* If it's a REG, we can always do it.
> 	 The const zero case is more complex, on v9
> 	 we can always perform it.  */

Someone (maybe me) was thinking that the "obvious" DImode
register { %g0, %g1 } isn't zero.  But of course we don't
have to use std to store the zero, and the existing 
movdi_insn_sp32 will handle zero just fine.  We should
remove the v9 check.


r~


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