add isl_band_tile
[platform/upstream/isl.git] / isl_options_private.h
index 80c9aa5..93563ec 100644 (file)
@@ -56,6 +56,9 @@ struct isl_options {
        int                     schedule_separate_components;
        unsigned                schedule_algorithm;
        int                     schedule_fuse;
+
+       int                     tile_scale_tile_loops;
+
 };
 
 #endif