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] emit_store_flag: Use recursive call for the xor case


On Fri, Jul 24, 2009 at 12:54:51PM +0200, Andreas Krebbel wrote:
> Hi,
> 
> the fix for PR40597 prevents certain compares from being implemented
> without conditional jumps.
> 
> Fixed with the attached patch.
> 
> Bootstrapped on s390x.
> 
> Ok for mainline?
> 
> Bye,

Yes.  I didn't notice this on the powerpc because it has define_expands for
eq/ne that don't go through the path affected by the patch.

-- 
Michael Meissner, IBM
4 Technology Place Drive, MS 2203A, Westford, MA, 01886, USA
meissner@linux.vnet.ibm.com


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