This is the mail archive of the gcc-cvs@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]

r180351 - in /trunk/gcc: ChangeLog config/sparc...


Author: davem
Date: Sun Oct 23 21:51:16 2011
New Revision: 180351

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180351
Log:
Fix sparc so that reload doesn't try to load non-trivial vector consts directly.

	* config/sparc/predicates.md (input_operand): Disallow vector
	constants other than 0 and -1.
	* config/sparc/sparc.c (sparc_preferred_reload_class): Return
	NO_REGS for vector constants other than 0 and -1.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/sparc/predicates.md
    trunk/gcc/config/sparc/sparc.c


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