29static
void die(const
char *msg)
31 fprintf(stderr,
"%s\n", msg);
39 file = fopen(filename,
"r");
41 fprintf(stderr,
"Unable to open %s\n", filename);
52int main(
int argc,
char **argv)
56 FILE *input1, *input2;
60 options = options_new_with_defaults();
76 die(
"schedules differ");
#define ISL_ARG_DEF(prefix, st, args)
#define ISL_ARG_ARG(st, f, a, d)
#define ISL_ARG_CHILD(st, f, l, c, h)
#define ISL_ARGS_START(s, name)
isl_ctx * isl_ctx_alloc_with_options(struct isl_args *args, __isl_take void *opt)
void isl_ctx_free(isl_ctx *ctx)
These are automatically generated checked C++ bindings for isl.
__isl_null isl_schedule * isl_schedule_free(__isl_take isl_schedule *sched)
__isl_give isl_schedule * isl_schedule_read_from_file(isl_ctx *ctx, FILE *input)
isl_bool isl_schedule_plain_is_equal(__isl_keep isl_schedule *schedule1, __isl_keep isl_schedule *schedule2)
static FILE * open_or_die(const char *filename)