isl_schedule_constraints_dump: use YAML facilities of isl_printer
commite190604292897cbcd29d4c25a761760a236feff0
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 18 Mar 2016 15:50:36 +0000 (18 16:50 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 4 Sep 2016 20:05:47 +0000 (4 22:05 +0200)
tree2482026dd276dc001833d80b8275e22081aafcfd
parentc01f34e0da8721895fd5742fd3c63573bdeaa374
isl_schedule_constraints_dump: use YAML facilities of isl_printer

The way an isl_schedule_constraints object is currently printed
is actually in the form of a YAML document already.
However, by using the YAML facilities of the printer, the printing
can easily be changed to flow format instead of block format.
By using an isl_printer to perform the printing, the constituent
isl_union_map objects can now also be printed in standard format
(rather than dump format).  While the dump format of an isl_union_map
can be useful when inspecting individual isl_union_map objects,
it becomes a lot less useful when considering groups of such objects.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_schedule_constraints.c