tree-vect-stmts.c (vectorizable_load): Print the number of copies in the dump file.
authorRichard Sandiford <rdsandiford@googlemail.com>
Thu, 14 Apr 2011 11:53:02 +0000 (11:53 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 14 Apr 2011 11:53:02 +0000 (11:53 +0000)
gcc/
* tree-vect-stmts.c (vectorizable_load): Print the number of copies
in the dump file.

From-SVN: r172420

gcc/ChangeLog
gcc/tree-vect-stmts.c

index a0c881d445d8254c2a223d6dcdcc24d9af6f700e..888c18ae1d4c2c70aefee919e53320a4f2d66cd4 100644 (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
index 16020e5c0eece4ca9432cbaeab5d2931e1739629..9e9a0bbe2f307ef6db179f716d0eb14874a8aad6 100644 (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.  **/