isl_map_coalesce: optionally bound the coefficients of wrapping constraints
[platform/upstream/isl.git] / isl_options_private.h
index e6dce11..941dbbb 100644 (file)
@@ -45,6 +45,8 @@ struct isl_options {
        #define                 ISL_CONVEX_HULL_FM      1
        int                     convex;
 
+       int                     coalesce_bounded_wrapping;
+
        int                     schedule_max_coefficient;
        int                     schedule_max_constant_term;
        int                     schedule_parametric;