dump param name when timing out

* graphite-optimize-isl.c (optimize_isl): Improve dump message.

From-SVN: r231464
This commit is contained in:
Aditya Kumar 2015-12-09 18:33:12 +00:00 committed by Sebastian Pop
parent 2efc721885
commit 834cf25707
2 changed files with 7 additions and 2 deletions

View 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

View 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);