Re: [1/9] Generalise vect_create_data_ref_ptr

2011-04-12 Thread Richard Guenther
On Tue, Apr 12, 2011 at 3:24 PM, Richard Sandiford wrote: > This first patch generalises vect_create_data_ref_ptr & bump_data_ref_ptr > so that they can handle array as well as vector types.  The two cases are > so similar that it's mostly a renaming exercise. > > Tested on x86_64-linux-gnu and ar

[1/9] Generalise vect_create_data_ref_ptr

2011-04-12 Thread Richard Sandiford
This first patch generalises vect_create_data_ref_ptr & bump_data_ref_ptr so that they can handle array as well as vector types. The two cases are so similar that it's mostly a renaming exercise. Tested on x86_64-linux-gnu and arm-linux-gnueabi. OK to install? Richard gcc/ * tree-vect