From 419f201d5414f55b29d27a4d35ee595b59886da8 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Mon, 17 Apr 2017 16:44:50 +0200 Subject: [PATCH] isl_scheduler.c: non_neg_lexmin: improve documentation In particular, clarify that the attempt to recover from loop coalescing is only performed when the schedule_treat_coalescing option is set. Signed-off-by: Sven Verdoolaege --- isl_scheduler.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/isl_scheduler.c b/isl_scheduler.c index 6fb7dfd8..ebd16c41 100644 --- a/isl_scheduler.c +++ b/isl_scheduler.c @@ -4056,7 +4056,8 @@ static int carries_dependences(__isl_keep isl_vec *sol, int n_edge) * Also, check that dependences are carried for at least one of * the "n_edge" edges. * - * If the computed schedule performs loop coalescing on a given node, + * If the schedule_treat_coalescing option is set and + * if the computed schedule performs loop coalescing on a given node, * i.e., if it is of the form * * c_i i + c_j j + ... -- 2.11.4.GIT