dump param name when timing out
* graphite-optimize-isl.c (optimize_isl): Improve dump message. From-SVN: r231464
This commit is contained in:
parent
2efc721885
commit
834cf25707
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user