[PATCH] D43951: [RFC] llvm-mca: a static performance analysis tool.

Andrea Di Biagio via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 5 08:45:05 PST 2018


andreadb updated this revision to Diff 137012.
andreadb marked 2 inline comments as done.
andreadb added a comment.

Patch updated.

This should address all the remaining review comments from Matthias.
This should also address the most recent comments from Simon on the .rst file.


https://reviews.llvm.org/D43951

Files:
  docs/CommandGuide/llvm-mca.rst
  include/llvm/MC/MCSchedule.h
  test/tools/llvm-mca/ARM/lit.local.cfg
  test/tools/llvm-mca/ARM/simple-test-cortex-a9.s
  test/tools/llvm-mca/X86/BtVer2/dot-product.s
  test/tools/llvm-mca/X86/BtVer2/load-store-alias.s
  test/tools/llvm-mca/X86/BtVer2/memcpy-like-test.s
  test/tools/llvm-mca/X86/BtVer2/simple-test.s
  test/tools/llvm-mca/X86/cpus.s
  test/tools/llvm-mca/X86/default-iterations.s
  test/tools/llvm-mca/X86/dispatch_width.s
  test/tools/llvm-mca/X86/in-order-cpu.s
  test/tools/llvm-mca/X86/invalid-assembly-sequence.s
  test/tools/llvm-mca/X86/invalid-cpu.s
  test/tools/llvm-mca/X86/invalid-empty-file.s
  test/tools/llvm-mca/X86/lit.local.cfg
  test/tools/llvm-mca/X86/no-sched-model.s
  test/tools/llvm-mca/invalid_input_file_name.test
  test/tools/llvm-mca/lit.local.cfg
  tools/LLVMBuild.txt
  tools/llvm-mca/Backend.cpp
  tools/llvm-mca/Backend.h
  tools/llvm-mca/BackendPrinter.cpp
  tools/llvm-mca/BackendPrinter.h
  tools/llvm-mca/BackendStatistics.cpp
  tools/llvm-mca/BackendStatistics.h
  tools/llvm-mca/CMakeLists.txt
  tools/llvm-mca/Dispatch.cpp
  tools/llvm-mca/Dispatch.h
  tools/llvm-mca/HWEventListener.h
  tools/llvm-mca/InstrBuilder.cpp
  tools/llvm-mca/InstrBuilder.h
  tools/llvm-mca/Instruction.cpp
  tools/llvm-mca/Instruction.h
  tools/llvm-mca/LLVMBuild.txt
  tools/llvm-mca/LSUnit.cpp
  tools/llvm-mca/LSUnit.h
  tools/llvm-mca/README.txt
  tools/llvm-mca/ResourcePressureView.cpp
  tools/llvm-mca/ResourcePressureView.h
  tools/llvm-mca/Scheduler.cpp
  tools/llvm-mca/Scheduler.h
  tools/llvm-mca/SourceMgr.h
  tools/llvm-mca/TimelineView.cpp
  tools/llvm-mca/TimelineView.h
  tools/llvm-mca/llvm-mca.cpp
  utils/TableGen/SubtargetEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43951.137012.patch
Type: text/x-patch
Size: 257554 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180305/20708d7a/attachment-0001.bin>


More information about the llvm-commits mailing list