[PATCH] D19355: docs: tutorial: insert the basic blocks into the function at construction

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 9 08:52:36 PDT 2016


lhames added a comment.

Apologies for the delayed reply on this.

I think the reason for the deferred emission is that it makes the resulting CFG print more neatly when you have nested ifs: the first nested if will appear above the second, and before the join block of the original if.

- Lang.


http://reviews.llvm.org/D19355





More information about the llvm-commits mailing list