Re: [PATCH] Reduce nesting of parentheses in conditionals generated by genattrtab

2016-04-27 Thread Jakub Jelinek
On Wed, Apr 27, 2016 at 09:23:47AM -0400, Patrick Palka wrote: > Here's an updated patch that mentions that & and | are also affected. And I > can't see how this change would possibly affect the attr caching stuff since > it > just makes > > (a) OP ((b) OP (c)) > > get emitted as > > (a) O

[PATCH] Reduce nesting of parentheses in conditionals generated by genattrtab

2016-04-27 Thread Patrick Palka
On Fri, Mar 4, 2016 at 12:56 PM, Jakub Jelinek wrote: > On Fri, Mar 04, 2016 at 06:49:58PM +0100, Bernd Schmidt wrote: >> On 03/04/2016 06:27 PM, Bernd Schmidt wrote: >> >On 03/04/2016 06:14 PM, Patrick Palka wrote: >> > >> >>I just quickly tested building the generated insn-attrtab.c with and >>