Re: [PATCH v2] S/390: Add splitter for "and" with complement.

2016-07-19 Thread Dominik Vogt
On Wed, Apr 27, 2016 at 08:58:44AM +0100, Dominik Vogt wrote: > The attached patch provides some improved patterns for "and with > complement" to the s390 machine description. Bootstrapped and > regression tested on s390 and s390x. Version 2 of the patch, reduced to the bare patterns.

Re: [PATCH v2] S/390: Add splitter for "and" with complement.

2016-07-19 Thread Andreas Krebbel
On 07/19/2016 11:37 AM, Dominik Vogt wrote: > ; > +; And with complement > +; > +; c = ~b & a = (b & a) ^ a > + > +(define_insn_and_split "*andc_split" Please append here to make the insn name unique. > + [(set (match_operand:GPR 0 "nonimmediate_operand" "") > + (and:GPR (not:GPR