Re: [PATCH, 1/6] Simplify constraint handling

2015-10-31 Thread Tom de Vries
On 30/10/15 10:33, Richard Biener wrote: Yes, but as I said we should refactor things to avoid calling > >the intra constraints generation from the IPA path. > >Ah, I see. > >So, like this? OK for trunk if bootstrap and reg-test succeeds? Yes, like this. But you miss to apply the same to the

Re: [PATCH, 1/6] Simplify constraint handling

2015-10-30 Thread Richard Biener
On Thu, 29 Oct 2015, Tom de Vries wrote: > On 29/10/15 14:12, Richard Biener wrote: > > On Thu, 29 Oct 2015, Tom de Vries wrote: > > > > > >On 29/10/15 12:13, Richard Biener wrote: > > > > > >On Wed, 28 Oct 2015, Tom de Vries wrote: > > > > > > > > > > > > > > > >On 28/10/15 16:35, Richard

Re: [PATCH, 1/6] Simplify constraint handling

2015-10-29 Thread Tom de Vries
On 29/10/15 12:13, Richard Biener wrote: On Wed, 28 Oct 2015, Tom de Vries wrote: >On 28/10/15 16:35, Richard Biener wrote: > >On Tue, 27 Oct 2015, Tom de Vries wrote: > > > > >On 27/10/15 13:24, Tom de Vries wrote: > > > >Thinking it over a bit more, I realized the constraint handling

Re: [PATCH, 1/6] Simplify constraint handling

2015-10-29 Thread Richard Biener
On Thu, 29 Oct 2015, Tom de Vries wrote: > On 29/10/15 12:13, Richard Biener wrote: > > On Wed, 28 Oct 2015, Tom de Vries wrote: > > > > > >On 28/10/15 16:35, Richard Biener wrote: > > > > > >On Tue, 27 Oct 2015, Tom de Vries wrote: > > > > > > > > > > > > > >On 27/10/15 13:24, Tom de Vries

Re: [PATCH, 1/6] Simplify constraint handling

2015-10-29 Thread Tom de Vries
On 29/10/15 14:12, Richard Biener wrote: On Thu, 29 Oct 2015, Tom de Vries wrote: >On 29/10/15 12:13, Richard Biener wrote: > >On Wed, 28 Oct 2015, Tom de Vries wrote: > > > > > >On 28/10/15 16:35, Richard Biener wrote: > > > > > >On Tue, 27 Oct 2015, Tom de Vries wrote: > > > > > > > > >

Re: [PATCH, 1/6] Simplify constraint handling

2015-10-29 Thread Richard Biener
On Wed, 28 Oct 2015, Tom de Vries wrote: > On 28/10/15 16:35, Richard Biener wrote: > > On Tue, 27 Oct 2015, Tom de Vries wrote: > > > > > On 27/10/15 13:24, Tom de Vries wrote: > > > > Thinking it over a bit more, I realized the constraint handling started > > > > to be messy. I've reworked the

Re: [PATCH, 1/6] Simplify constraint handling

2015-10-28 Thread Richard Biener
On Tue, 27 Oct 2015, Tom de Vries wrote: > On 27/10/15 13:24, Tom de Vries wrote: > > Thinking it over a bit more, I realized the constraint handling started > > to be messy. I've reworked the patch series to simplify that first. > > > > 1Simplify constraint handling > > 2

Re: [PATCH, 1/6] Simplify constraint handling

2015-10-28 Thread Tom de Vries
On 28/10/15 16:35, Richard Biener wrote: On Tue, 27 Oct 2015, Tom de Vries wrote: On 27/10/15 13:24, Tom de Vries wrote: Thinking it over a bit more, I realized the constraint handling started to be messy. I've reworked the patch series to simplify that first. 1Simplify constraint

Re: [PATCH, 1/6] Simplify constraint handling

2015-10-28 Thread Tom de Vries
On 28/10/15 17:05, Tom de Vries wrote: On 28/10/15 16:35, Richard Biener wrote: On Tue, 27 Oct 2015, Tom de Vries wrote: On 27/10/15 13:24, Tom de Vries wrote: Thinking it over a bit more, I realized the constraint handling started to be messy. I've reworked the patch series to simplify that

[PATCH, 1/6] Simplify constraint handling

2015-10-27 Thread Tom de Vries
On 27/10/15 13:24, Tom de Vries wrote: Thinking it over a bit more, I realized the constraint handling started to be messy. I've reworked the patch series to simplify that first. 1Simplify constraint handling 2Rename make_restrict_var_constraints to make_param_constraints