RE: [Aarch64][PATCH] Fix gcc.dg/zero_bits_compound-2.c for aarch64

2017-01-12 Thread Michael Collison
/zero_bits_compound-2.c for aarch64 On Wed, Jan 11, 2017 at 09:41:42AM +, Kyrill Tkachov wrote: > > On 06/12/16 00:46, Michael Collison wrote: > >This patches fixes a regression in gcc.dg/zero_bits_compound-2.c. A > >recent patch > >(https://gcc.gnu.org/ml/gcc-patches/2016-11/

Re: [Aarch64][PATCH] Fix gcc.dg/zero_bits_compound-2.c for aarch64

2017-01-11 Thread James Greenhalgh
On Wed, Jan 11, 2017 at 09:41:42AM +, Kyrill Tkachov wrote: > > On 06/12/16 00:46, Michael Collison wrote: > >This patches fixes a regression in gcc.dg/zero_bits_compound-2.c. A recent > >patch (https://gcc.gnu.org/ml/gcc-patches/2016-11/msg02392.html) > >to the aarch64 backend improved gener

Re: [Aarch64][PATCH] Fix gcc.dg/zero_bits_compound-2.c for aarch64

2017-01-11 Thread Kyrill Tkachov
On 06/12/16 00:46, Michael Collison wrote: This patches fixes a regression in gcc.dg/zero_bits_compound-2.c. A recent patch (https://gcc.gnu.org/ml/gcc-patches/2016-11/msg02392.html) to the aarch64 backend improved generation for 'and' instructions with constants. The patch changed the number

[PING][Aarch64][PATCH] Fix gcc.dg/zero_bits_compound-2.c for aarch64

2017-01-10 Thread Michael Collison
Ping. Link to original patch: https://gcc.gnu.org/ml/gcc-patches/2016-12/msg00400.html

Re: [Aarch64][PATCH] Fix gcc.dg/zero_bits_compound-2.c for aarch64

2016-12-06 Thread Christophe Lyon
Hi Michael, On 6 December 2016 at 01:46, Michael Collison wrote: > This patches fixes a regression in gcc.dg/zero_bits_compound-2.c. A recent > patch (https://gcc.gnu.org/ml/gcc-patches/2016-11/msg02392.html) > to the aarch64 backend improved generation for 'and' instructions with > constants.

[Aarch64][PATCH] Fix gcc.dg/zero_bits_compound-2.c for aarch64

2016-12-05 Thread Michael Collison
This patches fixes a regression in gcc.dg/zero_bits_compound-2.c. A recent patch (https://gcc.gnu.org/ml/gcc-patches/2016-11/msg02392.html) to the aarch64 backend improved generation for 'and' instructions with constants. The patch changed the number of 'and' instruction generated at the assembl