[PATCH] D86644: [llvm-mca] Initial implementation of output serialization using JSON

Wolfgang Pieb via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 17 03:33:06 PST 2020


wolfgangp marked 5 inline comments as done.
wolfgangp added inline comments.


================
Comment at: llvm/tools/llvm-mca/llvm-mca.cpp:99
 
+static cl::opt<bool>
+    PrintJson("json",
----------------
lebedev.ri wrote:
> I think there was some docs for the tool, it would be good to document this there, and possibly in releasenotes
Added some brief documentation, need more perhaps?


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

https://reviews.llvm.org/D86644



More information about the llvm-commits mailing list