Re: [6/7] Explicitly classify vector loads and stores

2016-07-04 Thread Richard Biener
On Sun, Jul 3, 2016 at 7:10 PM, Richard Sandiford wrote: > Richard Biener writes: >> On Wed, Jun 15, 2016 at 10:52 AM, Richard Sandiford >> wrote: >>> This is the main patch in the series. It adds a new enum and routines >>> for classifying a vector load or store implementation. >>> >>> Tested

Re: [6/7] Explicitly classify vector loads and stores

2016-07-03 Thread Richard Sandiford
Richard Biener writes: > On Wed, Jun 15, 2016 at 10:52 AM, Richard Sandiford > wrote: >> This is the main patch in the series. It adds a new enum and routines >> for classifying a vector load or store implementation. >> >> Tested on aarch64-linux-gnu and x86_64-linux-gnu. OK to install? > > Why

Re: [6/7] Explicitly classify vector loads and stores

2016-07-01 Thread Richard Biener
On Wed, Jun 15, 2016 at 10:52 AM, Richard Sandiford wrote: > This is the main patch in the series. It adds a new enum and routines > for classifying a vector load or store implementation. > > Tested on aarch64-linux-gnu and x86_64-linux-gnu. OK to install? Why's the setting and checking of the

Re: [6/7] Explicitly classify vector loads and stores

2016-06-21 Thread Jeff Law
On 06/15/2016 02:52 AM, Richard Sandiford wrote: This is the main patch in the series. It adds a new enum and routines for classifying a vector load or store implementation. Tested on aarch64-linux-gnu and x86_64-linux-gnu. OK to install? Thanks, Richard gcc/ * tree-vectorizer.h (ve

[6/7] Explicitly classify vector loads and stores

2016-06-15 Thread Richard Sandiford
This is the main patch in the series. It adds a new enum and routines for classifying a vector load or store implementation. Tested on aarch64-linux-gnu and x86_64-linux-gnu. OK to install? Thanks, Richard gcc/ * tree-vectorizer.h (vect_memory_access_type): New enum. (_stmt_ve