use isl_aff to represent tile lower bound instead of isl_qpolynomial
[ppcg.git] / ppcg_options.h
blobb7db7bbe5b74788e74e87747138d96c3457ddcad
1 #ifndef PPCG_OPTIONS_H
2 #define PPCG_OPTIONS_H
4 #include <isl/arg.h>
6 struct ppcg_options {
7 int scale_tile_loops;
8 int wrap;
10 char *type;
11 char *ctx;
13 int tile_size;
16 ISL_ARG_DECL(ppcg_options, struct ppcg_options, ppcg_options_arg)
18 extern struct isl_arg ppcg_options_arg[];
20 #endif