Scheduling: Limiting the constant term is not necessary any more

Due to our gist simplifications, limiting the constant term does not seem to
be necessary any more.

Pointed out by Sven Verdoolaege

llvm-svn: 149288
This commit is contained in:
Tobias Grosser 2012-01-30 22:44:05 +00:00
parent a4ea90b88c
commit 18aa54cbae
1 changed files with 0 additions and 1 deletions

View File

@ -494,7 +494,6 @@ bool IslScheduleOptimizer::runOnScop(Scop &S) {
}
isl_options_set_schedule_fuse(S.getIslCtx(), IslFusionStrategy);
isl_options_set_schedule_max_constant_term(S.getIslCtx(), CONSTANT_BOUND);
isl_options_set_schedule_maximize_band_depth(S.getIslCtx(), IslMaximizeBands);
isl_options_set_on_error(S.getIslCtx(), ISL_ON_ERROR_CONTINUE);