public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, committed] PowerPC movdi (PR 16239)
@ 2004-07-26 22:25 David Edelsohn
  0 siblings, 0 replies; only message in thread
From: David Edelsohn @ 2004-07-26 22:25 UTC (permalink / raw)
  To: gcc-patches

	Allocating DImode to FPR causes problems in reload.  This patch
further disparages that option, which changes the class in register
allocator dumps from NON_SPECIAL_REGS to NON_FLOAT_REGS.

David


	PR target/16239
	* config/rs6000/rs6000.md (movdi_internal64): Further disparage
	f->f.

Index: rs6000.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/rs6000.md,v
retrieving revision 1.312
diff -c -p -r1.312 rs6000.md
*** rs6000.md	15 Jul 2004 21:07:49 -0000	1.312
--- rs6000.md	26 Jul 2004 14:28:02 -0000
***************
*** 8594,8600 ****
  }")
  
  (define_insn "*movdi_internal64"
!   [(set (match_operand:DI 0 "nonimmediate_operand" "=r,r,m,r,r,r,r,?f,f,m,r,*h,*h")
  	(match_operand:DI 1 "input_operand" "r,m,r,I,L,nF,R,f,m,f,*h,r,0"))]
    "TARGET_POWERPC64
     && (gpc_reg_operand (operands[0], DImode)
--- 8594,8600 ----
  }")
  
  (define_insn "*movdi_internal64"
!   [(set (match_operand:DI 0 "nonimmediate_operand" "=r,r,m,r,r,r,r,??f,f,m,r,*h,*h")
  	(match_operand:DI 1 "input_operand" "r,m,r,I,L,nF,R,f,m,f,*h,r,0"))]
    "TARGET_POWERPC64
     && (gpc_reg_operand (operands[0], DImode)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-07-26 14:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-26 22:25 [PATCH, committed] PowerPC movdi (PR 16239) David Edelsohn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).