From 8fa1d14b9f702302f384157cfff5fb3c2fc318ae Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Mon, 9 Jul 2018 11:21:03 +0200 Subject: [PATCH] doc: mention that schedule_max_coefficient has no effect on Feautrier scheduler This was missing from isl-0.09-70-g2b54bb607b (scheduler: allow to bound the coefficients in the calculated schedule, Sun Feb 19 14:05:50 2012 +0100) and again from isl-0.14.1-25-gefc1dc5e7d (Revert "scheduler: also (optionally) bound coefficients computed by carry_dependences", Thu May 28 10:58:54 2015 +0200). Signed-off-by: Sven Verdoolaege --- doc/user.pod | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/user.pod b/doc/user.pod index 5d23357b..319974c2 100644 --- a/doc/user.pod +++ b/doc/user.pod @@ -9765,6 +9765,7 @@ This option can significantly increase the speed of the scheduling calculation and may also prevent fusing of unrelated dimensions. A value of -1 means that this option does not introduce bounds on the variable or parameter coefficients. +This option has no effect on the Feautrier style scheduler. =item * schedule_max_constant_term -- 2.11.4.GIT