mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-31 15:11:04 +08:00
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:
parent
77b104859e
commit
0ea25ecd37
@ -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
|
||||
|
@ -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. **/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user