Commit 0ea25ecd by Richard Sandiford Committed by Richard Sandiford

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
parent 77b10485
2011-04-14 Richard Sandiford <rdsandiford@googlemail.com> 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 * doc/options.texi (Negative): Explicitly mention that the
Negative chain must be circular. Negative chain must be circular.
......
...@@ -3935,7 +3935,7 @@ vectorizable_load (gimple stmt, gimple_stmt_iterator *gsi, gimple *vec_stmt, ...@@ -3935,7 +3935,7 @@ vectorizable_load (gimple stmt, gimple_stmt_iterator *gsi, gimple *vec_stmt,
} }
if (vect_print_dump_info (REPORT_DETAILS)) if (vect_print_dump_info (REPORT_DETAILS))
fprintf (vect_dump, "transform load."); fprintf (vect_dump, "transform load. ncopies = %d", ncopies);
/** Transform. **/ /** Transform. **/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment