This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Extra dump output from vectorizable_load


On Tue, Apr 12, 2011 at 3:05 PM, Richard Sandiford
<richard.sandiford@linaro.org> 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-stmts.c (vectorizable_load): Print the number of copies
> ? ? ? ?in the dump file.
>
> Index: gcc/tree-vect-stmts.c
> ===================================================================
> --- gcc/tree-vect-stmts.c ? ? ? 2011-04-12 11:53:54.000000000 +0100
> +++ gcc/tree-vect-stmts.c ? ? ? 2011-04-12 11:55:07.000000000 +0100
> @@ -3935,7 +3935,7 @@ vectorizable_load (gimple stmt, gimple_s
> ? ? }
>
> ? if (vect_print_dump_info (REPORT_DETAILS))
> - ? ?fprintf (vect_dump, "transform load.");
> + ? ?fprintf (vect_dump, "transform load. ncopies = %d", ncopies);
>
> ? /** Transform. ?**/
>
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]