Re: [4/7] Add a gather_scatter_info structure

2016-06-15 Thread Richard Biener
On Wed, Jun 15, 2016 at 10:51 AM, Richard Sandiford wrote: > This patch just refactors the gather/scatter support so that all > information is in a single structure, rather than separate variables. > This reduces the number of arguments to a function added in patch 6. >

[4/7] Add a gather_scatter_info structure

2016-06-15 Thread Richard Sandiford
This patch just refactors the gather/scatter support so that all information is in a single structure, rather than separate variables. This reduces the number of arguments to a function added in patch 6. Tested on aarch64-linux-gnu and x86_64-linux-gnu. OK to install? Thanks, Richard gcc/