Re: [PATCH arm]Define LOGICAL_OP_NON_SHORT_CIRCUIT in ARM back end

2012-07-26 Thread Richard Earnshaw
On 26/07/12 11:21, Bin Cheng wrote: > Hi, > This patch defines LOGICAL_OP_NON_SHORT_CIRCUIT in arm back-end by calling a > new hook function(logical_op_non_short_circuit") in tune_params structure. > For most cases the value of the macro is same as the default version in > fold-const.c, while it is

RE: [PATCH arm]Define LOGICAL_OP_NON_SHORT_CIRCUIT in ARM back end

2012-07-26 Thread Bin Cheng
> -Original Message- > From: Ramana Radhakrishnan [mailto:ramana.radhakrish...@linaro.org] > Sent: Thursday, July 26, 2012 6:45 PM > To: Bin Cheng > Cc: gcc-patches@gcc.gnu.org > Subject: Re: [PATCH arm]Define LOGICAL_OP_NON_SHORT_CIRCUIT in ARM back end > > &g

Re: [PATCH arm]Define LOGICAL_OP_NON_SHORT_CIRCUIT in ARM back end

2012-07-26 Thread Ramana Radhakrishnan
> No regression introduced, is it OK? By testing in what configuration ? Ramana