dump param name when timing out
authorAditya Kumar <aditya.k7@samsung.com>
Wed, 9 Dec 2015 18:33:12 +0000 (18:33 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Wed, 9 Dec 2015 18:33:12 +0000 (18:33 +0000)
     * graphite-optimize-isl.c (optimize_isl): Improve dump message.

From-SVN: r231464

gcc/ChangeLog
gcc/graphite-optimize-isl.c

index 946e805..5b7814a 100644 (file)
@@ -1,7 +1,12 @@
+2015-12-09  Aditya Kumar  <aditya.k7@samsung.com>
+           Sebastian Pop  <s.pop@samsung.com>
+
+       * graphite-optimize-isl.c (optimize_isl): Improve dump message.
+
 2015-12-09  Marek Polacek  <polacek@redhat.com>
 
        PR tree-optimization/66949
-       * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Don't call 
+       * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Don't call
        single_non_singleton_phi_for_edges to get the PHI from
        factor_out_conditional_conversion.  Use NULL_TREE instead of NULL.
        (factor_out_conditional_conversion): Adjust declaration.  Make it
index 8727e39..f90fcfd 100644 (file)
@@ -426,7 +426,7 @@ optimize_isl (scop_p scop)
   if (!schedule || isl_ctx_last_error (scop->isl_context) == isl_error_quota)
     {
       if (dump_file && dump_flags)
-       fprintf (dump_file, "ISL timed out at %d operations\n",
+       fprintf (dump_file, "ISL timed out --param max-isl-operations=%d\n",
                 max_operations);
       if (schedule)
        isl_schedule_free (schedule);