On Wed, Aug 16, 2017 at 2:16 PM, Dibyendu Majumdar <mobile@xxxxxxxxxxxxxxx> wrote: > > Is it the problem that you are constructing SSA while linearizing - so > that you do not have the gotos resolved? Would it be a better design > to finish linear stream, and then run SSA conversion? The *big* advantage of this method is that you *do not* have to first generate the whole thing *and then* transform it into SSA form. The price is a slight complication in the handling of gotos. The more classic approach need special handling for gotos too. -- Luc -- 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