[PATCH] D105064: [llvm-mca] Fix JSON output
Marcos Horro via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 28 15:02:34 PDT 2021
markoshorro created this revision.
markoshorro added reviewers: andreadb, gbedwell, wolfgangp.
Herald added a subscriber: javed.absar.
markoshorro requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Based on the discussion in [1], minor changes have been done to properly output a valid JSON. Removed "not implemented" keys.
[1] https://bugs.llvm.org/show_bug.cgi?id=50922
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D105064
Files:
llvm/docs/CommandGuide/llvm-mca.rst
llvm/tools/llvm-mca/PipelinePrinter.cpp
llvm/tools/llvm-mca/Views/BottleneckAnalysis.h
llvm/tools/llvm-mca/Views/DispatchStatistics.cpp
llvm/tools/llvm-mca/Views/DispatchStatistics.h
llvm/tools/llvm-mca/Views/InstructionInfoView.cpp
llvm/tools/llvm-mca/Views/RegisterFileStatistics.h
llvm/tools/llvm-mca/Views/RetireControlUnitStatistics.h
llvm/tools/llvm-mca/Views/SchedulerStatistics.h
llvm/tools/llvm-mca/Views/TimelineView.h
llvm/tools/llvm-mca/Views/View.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105064.355049.patch
Type: text/x-patch
Size: 8761 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210628/2c1e748b/attachment.bin>
More information about the llvm-commits
mailing list