Re: [PATCH] Fix PR88031

2018-11-20 Thread Richard Biener
On Mon, 19 Nov 2018, Christophe Lyon wrote: > On Thu, 15 Nov 2018 at 14:41, Richard Biener wrote: > > > > > > With one of my last changes we regressed here so this goes all the > > way cleaning up things so we only have a single flag to > > vectorizable_condition whetehr we are called from reduct

Re: [PATCH] Fix PR88031

2018-11-19 Thread Christophe Lyon
On Thu, 15 Nov 2018 at 14:41, Richard Biener wrote: > > > With one of my last changes we regressed here so this goes all the > way cleaning up things so we only have a single flag to > vectorizable_condition whetehr we are called from reduction context. > In theory the !multiple-types restriction

[PATCH] Fix PR88031

2018-11-15 Thread Richard Biener
With one of my last changes we regressed here so this goes all the way cleaning up things so we only have a single flag to vectorizable_condition whetehr we are called from reduction context. In theory the !multiple-types restriction could be easily lifted now (just remove the check). Bootstrapp