Re: [PATCH 01/13] recog: Increased max number of alternatives - v2

2015-07-02 Thread Andreas Krebbel
On Mon, Jun 08, 2015 at 03:38:03PM +0200, Jakub Jelinek wrote: > On Mon, Jun 08, 2015 at 03:32:50PM +0200, Andreas Krebbel wrote: > > On 06/01/2015 10:22 AM, Jakub Jelinek wrote: > > > On Fri, May 22, 2015 at 09:54:00AM +0200, Andreas Krebbel wrote: > > >> On Tue, May 19, 2015 at 10:40:26AM +0200,

Re: [PATCH 01/13] recog: Increased max number of alternatives - v2

2015-06-08 Thread Jakub Jelinek
On Mon, Jun 08, 2015 at 03:32:50PM +0200, Andreas Krebbel wrote: > On 06/01/2015 10:22 AM, Jakub Jelinek wrote: > > On Fri, May 22, 2015 at 09:54:00AM +0200, Andreas Krebbel wrote: > >> On Tue, May 19, 2015 at 10:40:26AM +0200, Andreas Krebbel wrote: > >>> On 05/18/2015 04:19 PM, Richard Biener wro

Re: [PATCH 01/13] recog: Increased max number of alternatives - v2

2015-06-08 Thread Andreas Krebbel
On 06/01/2015 10:22 AM, Jakub Jelinek wrote: > On Fri, May 22, 2015 at 09:54:00AM +0200, Andreas Krebbel wrote: >> On Tue, May 19, 2015 at 10:40:26AM +0200, Andreas Krebbel wrote: >>> On 05/18/2015 04:19 PM, Richard Biener wrote: Please use uint64_t instead. >>> >>> Done. Ok with that change?

Re: [PATCH 01/13] recog: Increased max number of alternatives - v2

2015-06-01 Thread Jakub Jelinek
On Fri, May 22, 2015 at 09:54:00AM +0200, Andreas Krebbel wrote: > On Tue, May 19, 2015 at 10:40:26AM +0200, Andreas Krebbel wrote: > > On 05/18/2015 04:19 PM, Richard Biener wrote: > > > Please use uint64_t instead. > > > > Done. Ok with that change? > > I've applied the following patch. Note t

Re: [PATCH 01/13] recog: Increased max number of alternatives - v2

2015-05-22 Thread Andreas Krebbel
On Tue, May 19, 2015 at 10:40:26AM +0200, Andreas Krebbel wrote: > On 05/18/2015 04:19 PM, Richard Biener wrote: > > Please use uint64_t instead. > > Done. Ok with that change? I've applied the following patch. Bye, -Andreas- gcc/ * recog.h: Increase MAX_RECOG_ALTERNATIVES. Cha

Re: [PATCH 01/13] recog: Increased max number of alternatives - v2

2015-05-19 Thread Richard Biener
On Tue, May 19, 2015 at 10:40 AM, Andreas Krebbel wrote: > On 05/18/2015 04:19 PM, Richard Biener wrote: >> On Mon, May 18, 2015 at 3:41 PM, Andreas Krebbel >> wrote: >>> The new version also changes the type for the alternative_mask to unsigned >>> HOST_WIDE_INT. >>> >>> Bootstrapped without re

Re: [PATCH 01/13] recog: Increased max number of alternatives - v2

2015-05-19 Thread Andreas Krebbel
On 05/18/2015 04:19 PM, Richard Biener wrote: > On Mon, May 18, 2015 at 3:41 PM, Andreas Krebbel > wrote: >> The new version also changes the type for the alternative_mask to unsigned >> HOST_WIDE_INT. >> >> Bootstrapped without regressions on x86-64. >> >> Ok to apply? > > Please use uint64_t i

Re: [PATCH 01/13] recog: Increased max number of alternatives - v2

2015-05-18 Thread Richard Biener
On Mon, May 18, 2015 at 3:41 PM, Andreas Krebbel wrote: > The new version also changes the type for the alternative_mask to unsigned > HOST_WIDE_INT. > > Bootstrapped without regressions on x86-64. > > Ok to apply? Please use uint64_t instead. Richard. > Bye, > > -Andreas- > > gcc/ > *

[PATCH 01/13] recog: Increased max number of alternatives - v2

2015-05-18 Thread Andreas Krebbel
The new version also changes the type for the alternative_mask to unsigned HOST_WIDE_INT. Bootstrapped without regressions on x86-64. Ok to apply? Bye, -Andreas- gcc/ * recog.h: Increase MAX_RECOG_ALTERNATIVES. --- gcc/recog.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions

Re: [PATCH 01/13] recog: Increased max number of alternatives.

2015-05-11 Thread Jeff Law
On 05/11/2015 07:23 AM, Andreas Krebbel wrote: With the vector facility support z13 mov patterns have more than 30 alternatives. gcc/ * recog.h: Increase MAX_RECOG_ALTERNATIVES. --- gcc/recog.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/recog.h b/gcc/re

Re: [PATCH 01/13] recog: Increased max number of alternatives.

2015-05-11 Thread Andreas Krebbel
On 05/11/2015 04:01 PM, Segher Boessenkool wrote: > On Mon, May 11, 2015 at 03:23:29PM +0200, Andreas Krebbel wrote: >> With the vector facility support z13 mov patterns have more than 30 >> alternatives. > > Wow, that is a lot! > >> --- a/gcc/recog.h >> +++ b/gcc/recog.h >> @@ -23,7 +23,7 @@ alo

Re: [PATCH 01/13] recog: Increased max number of alternatives.

2015-05-11 Thread Segher Boessenkool
On Mon, May 11, 2015 at 03:23:29PM +0200, Andreas Krebbel wrote: > With the vector facility support z13 mov patterns have more than 30 > alternatives. Wow, that is a lot! > --- a/gcc/recog.h > +++ b/gcc/recog.h > @@ -23,7 +23,7 @@ along with GCC; see the file COPYING3. If not see > /* Random nu

[PATCH 01/13] recog: Increased max number of alternatives.

2015-05-11 Thread Andreas Krebbel
With the vector facility support z13 mov patterns have more than 30 alternatives. gcc/ * recog.h: Increase MAX_RECOG_ALTERNATIVES. --- gcc/recog.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/recog.h b/gcc/recog.h index 8a38b26..4d8ca0c 100644 --- a/gcc/recog