[all-commits] [llvm/llvm-project] 77f2f0: [llvm-mca][JSON] Store extra information about dri...

Markos Horro via All-commits all-commits at lists.llvm.org
Fri Jul 16 00:19:11 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 77f2f0f9b7c7c1bd56879c86a0c63ffdd5e8166e
      https://github.com/llvm/llvm-project/commit/77f2f0f9b7c7c1bd56879c86a0c63ffdd5e8166e
  Author: Marcos Horro <marcos.horro at udc.es>
  Date:   2021-07-16 (Fri, 16 Jul 2021)

  Changed paths:
    M llvm/test/tools/llvm-mca/JSON/X86/instruction-tables-multiple-anonymous-regions.s
    M llvm/test/tools/llvm-mca/JSON/X86/instruction-tables-multiple-regions.s
    A llvm/test/tools/llvm-mca/JSON/X86/views-custom-parameters.s
    M llvm/test/tools/llvm-mca/JSON/X86/views-multiple-anonymous-regions.s
    M llvm/test/tools/llvm-mca/JSON/X86/views-multiple-region.s
    M llvm/test/tools/llvm-mca/JSON/X86/views.s
    M llvm/tools/llvm-mca/PipelinePrinter.cpp
    M llvm/tools/llvm-mca/PipelinePrinter.h
    M llvm/tools/llvm-mca/llvm-mca.cpp

  Log Message:
  -----------
  [llvm-mca][JSON] Store extra information about driver flags used for the simulation

Added information stored in PipelineOptions and the MCSubtargetInfo.

Bug: https://bugs.llvm.org/show_bug.cgi?id=51041

Reviewed By: andreadb

Differential Revision: https://reviews.llvm.org/D106077




More information about the All-commits mailing list