Hi Luc, On 7 April 2017 at 00:00, Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> wrote: > 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. > In my view it is better to use the existing -O<n> option to control whether or not simplifications are done. That way sparse-llvm can be run with/without simplifications. Of course there is an issue that what should be the default for this setting if no option is given by the user. I would suggest that -O0 switches off simplifications, any other value or not specifying -O switches it on. Thanks and Regards Dibyendu -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html