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

Andrea Di Biagio via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 2 05:51:32 PST 2018


andreadb updated this revision to Diff 136726.
andreadb added a comment.

Patch updated. Addressed review comments from Brian.


https://reviews.llvm.org/D43951

Files:
  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/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/X86/simple-test-btver2.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/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.136726.patch
Type: text/x-patch
Size: 192614 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180302/97f374b8/attachment-0001.bin>


More information about the llvm-commits mailing list