Re: [8/10] Add a vect_variable_length target selector

2017-11-08 Thread Jeff Law
On 11/03/2017 10:21 AM, Richard Sandiford wrote: > This patch adds a target selector for variable-length vectors. > Initially it's always false, but the SVE patch provides a case > in which it's true. > > > 2017-11-03 Richard Sandiford > Alan Hayward > David Sherwood >

[8/10] Add a vect_variable_length target selector

2017-11-03 Thread Richard Sandiford
This patch adds a target selector for variable-length vectors. Initially it's always false, but the SVE patch provides a case in which it's true. 2017-11-03 Richard Sandiford Alan Hayward David Sherwood gcc/ * doc/sourcebuild.texi (vect_variable_length): Do