add support for a new flag: -fdump-linearize[=only]
commit08958aee2da5abbfbe92b25654eb964844f89c99
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Thu, 6 Apr 2017 12:52:08 +0000 (6 14:52 +0200)
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Fri, 19 May 2017 03:41:19 +0000 (19 05:41 +0200)
tree80b738263ae0707e43c9559f276f53a5c462e549
parentcdf306bbb0efccfe9c75d9042b40452478d2e06e
add support for a new flag: -fdump-linearize[=only]

The effect of this flag is to dump the IR just after the
linearization, before any simplification, and to stop
further processing if '=only' is given as argument.

The motivation of this flag is of course for debugging,
to be able to inspect the raw result of the linearization,
undisturbed by an simplification.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
lib.c
lib.h
linearize.c
sparse.1