[PATCH] D105064: [llvm-mca] Fix JSON output
Marcos Horro via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 29 09:13:13 PDT 2021
markoshorro updated this revision to Diff 355265.
markoshorro added a comment.
Fixed test, added JSON check using the same approach followed in [1], as @gbedwell suggested in [2].
[1] https://github.com/llvm/llvm-project/blob/20df2c7052c09934ce87ccc409da9d3dc24b7ca0/llvm/test/Other/new-pm-time-trace.ll#L5
[2] https://bugs.llvm.org/show_bug.cgi?id=50922#c2
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105064/new/
https://reviews.llvm.org/D105064
Files:
llvm/docs/CommandGuide/llvm-mca.rst
llvm/test/tools/llvm-mca/JSON/X86/views.s
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.355265.patch
Type: text/x-patch
Size: 22974 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210629/e2775430/attachment.bin>
More information about the llvm-commits
mailing list