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]

r179100 - in /branches/gcc-4_5-branch/gcc: Chan...


Author: uros
Date: Thu Sep 22 19:27:59 2011
New Revision: 179100

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179100
Log:
	PR target/50464
	* config/i386/sse.md (xop_pcmov_<mode>): Change operand 1 predicate
	to register_operand and operand 2 predicate to nonimmediate_operand.
	(xop_pcmov_<mode>256): Ditto.
	* config/i386/i386.c (ix86_expand_sse_movcc): When generating
	xop_pcmov, force op_true to register.  Also, force op_false to
	register if it doesn't satisfy nonimmediate_operand predicate.

testsuite/ChangeLog:

	PR target/50464
	* g++.dg/other/pr50464.C: New test.


Added:
    branches/gcc-4_5-branch/gcc/testsuite/g++.dg/other/pr50464.C
Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/config/i386/i386.c
    branches/gcc-4_5-branch/gcc/config/i386/sse.md
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog


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