On Thu, Apr 19, 2018 at 10:21:32AM +0200, Richard Biener wrote:
>
> The following fixes the fact that the vectorizer doesn't bother to
> preserve restrict information on its generated loads/stores which
> in turn causes missed predictive commonings. The regression happened
> because there's now a
On Thu, 19 Apr 2018, Jakub Jelinek wrote:
> On Thu, Apr 19, 2018 at 10:21:32AM +0200, Richard Biener wrote:
> >
> > The following fixes the fact that the vectorizer doesn't bother to
> > preserve restrict information on its generated loads/stores which
> > in turn causes missed predictive commoni