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]

r220405 - in /trunk/gcc: ChangeLog simplify-rtx.c


Author: aoliva
Date: Wed Feb  4 14:23:47 2015
New Revision: 220405

URL: https://gcc.gnu.org/viewcvs?rev=220405&root=gcc&view=rev
Log:
Simplify XOR of (AND or IOR) of XOR.

for  gcc/ChangeLog

	PR debug/64817
	* simplify-rtx.c (simplify_binary_operation_1): Simplify one
	of two XORs that have an intervening AND or IOR.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/simplify-rtx.c


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