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: [patch] combine.c: Convert (ne (and (lshiftrt (xor X CST) Y) 1)0) into (eq (and (lshiftrt X Y) 1) 0). (take 2)


On Sun, 2003-09-14 at 07:30, Kazu Hirata wrote:
> 	* combine.c (simplify_comparison): Convert
> 	(ne (and (lshiftrt (xor X CST) Y) 1) 0) into
> 	(eq (and (lshiftrt X Y) 1) 0).

OK.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com


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