[PATCH] D90638: Introduce -dot-cfg-mssa option which creates dot-cfg style file with mssa comments included in source

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 4 15:52:44 PST 2020


dblaikie added a comment.

Seems pretty reasonable to me - @asbirlea could you check the test case to see the expected output, etc, makes sense? MSSA itself is not so much my wheelhouse so I'm not rightly sure myself.



================
Comment at: llvm/include/llvm/Analysis/CFGPrinter.h:31
 #include "llvm/Support/GraphWriter.h"
+#include <functional>
 
----------------
This can now be removed/replaced with STLExtras.h


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90638/new/

https://reviews.llvm.org/D90638



More information about the llvm-commits mailing list