tree-vect-stmts.c (vectorizable_load): Print the number of copies in the dump file.

gcc/
	* tree-vect-stmts.c (vectorizable_load): Print the number of copies
	in the dump file.

From-SVN: r172420
This commit is contained in:
Richard Sandiford 2011-04-14 11:53:02 +00:00 committed by Richard Sandiford
parent 77b104859e
commit 0ea25ecd37
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-04-14 Richard Sandiford <rdsandiford@googlemail.com>
* tree-vect-stmts.c (vectorizable_load): Print the number of copies
in the dump file.
2011-04-14 Richard Sandiford <rdsandiford@googlemail.com>
* doc/options.texi (Negative): Explicitly mention that the

View File

@ -3935,7 +3935,7 @@ vectorizable_load (gimple stmt, gimple_stmt_iterator *gsi, gimple *vec_stmt,
}
if (vect_print_dump_info (REPORT_DETAILS))
fprintf (vect_dump, "transform load.");
fprintf (vect_dump, "transform load. ncopies = %d", ncopies);
/** Transform. **/