[PATCH] D106077: [llvm-mca] Store extra information about the driver flags used for the simulation

Marcos Horro via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 15 09:37:51 PDT 2021


markoshorro created this revision.
markoshorro added a reviewer: andreadb.
Herald added a subscriber: gbedwell.
markoshorro requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Added information stored in PipelineOptions and the MCSubtargetInfo.

Should this information be also printed in the "classic" report? This would require updating almost all tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D106077

Files:
  llvm/test/tools/llvm-mca/JSON/X86/instruction-tables-multiple-anonymous-regions.s
  llvm/test/tools/llvm-mca/JSON/X86/instruction-tables-multiple-regions.s
  llvm/test/tools/llvm-mca/JSON/X86/views-multiple-anonymous-regions.s
  llvm/test/tools/llvm-mca/JSON/X86/views-multiple-region.s
  llvm/test/tools/llvm-mca/JSON/X86/views.s
  llvm/tools/llvm-mca/PipelinePrinter.cpp
  llvm/tools/llvm-mca/PipelinePrinter.h
  llvm/tools/llvm-mca/llvm-mca.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106077.358969.patch
Type: text/x-patch
Size: 8588 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210715/f606f29a/attachment.bin>


More information about the llvm-commits mailing list