Re: Extra dump output from vectorizable_load

2011-04-12 Thread Richard Guenther
On Tue, Apr 12, 2011 at 3:05 PM, Richard Sandiford wrote: > vectorizable_store prints the number of copies in the dump output, > but vectorizable_loads doesn't. > > Tested on x86_64-linux-gnu and arm-linux-gnueabi.  OK to install? Ok. Thanks, Richard. > Richard > > > gcc/ >        * tree-vect-s

Extra dump output from vectorizable_load

2011-04-12 Thread Richard Sandiford
vectorizable_store prints the number of copies in the dump output, but vectorizable_loads doesn't. Tested on x86_64-linux-gnu and arm-linux-gnueabi. OK to install? Richard gcc/ * tree-vect-stmts.c (vectorizable_load): Print the number of copies in the dump file. Index: gcc/tre