On Mon, Nov 9, 2015 at 4:55 AM, Richard Biener wrote:
>
> Currently BB vectorization computes all dependences inside a BB
> region and fails all vectorization if it cannot handle some of them.
>
> This is obviously not needed - BB vectorization can restrict the
> dependence tests to those that are
On Tue, 17 Nov 2015, Richard Biener wrote:
> On Mon, 16 Nov 2015, Alan Lawrence wrote:
>
> > On 09/11/15 12:55, Richard Biener wrote:
> > >
> > > Currently BB vectorization computes all dependences inside a BB
> > > region and fails all vectorization if it cannot handle some of them.
> > >
> >
On Mon, 16 Nov 2015, Alan Lawrence wrote:
> On 09/11/15 12:55, Richard Biener wrote:
> >
> > Currently BB vectorization computes all dependences inside a BB
> > region and fails all vectorization if it cannot handle some of them.
> >
> > This is obviously not needed - BB vectorization can restri
On 09/11/15 12:55, Richard Biener wrote:
Currently BB vectorization computes all dependences inside a BB
region and fails all vectorization if it cannot handle some of them.
This is obviously not needed - BB vectorization can restrict the
dependence tests to those that are needed to apply the l
Currently BB vectorization computes all dependences inside a BB
region and fails all vectorization if it cannot handle some of them.
This is obviously not needed - BB vectorization can restrict the
dependence tests to those that are needed to apply the load/store
motion effectively performed by t