[PATCH] D52932: [MCSched] Bind PFM Counters to the CPUs instead of the SchedModel.

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 23 08:30:31 PDT 2018


courbet updated this revision to Diff 170656.
courbet added a comment.
Herald added subscribers: aheejin, javed.absar, mgorny, dschuff.

Move pfm counters to ExegesisTarget. There is now a separate Exegesis TableGen backend.


Repository:
  rL LLVM

https://reviews.llvm.org/D52932

Files:
  docs/CommandGuide/llvm-exegesis.rst
  docs/CommandGuide/tblgen.rst
  include/llvm/MC/MCSchedule.h
  include/llvm/Target/Target.td
  include/llvm/Target/TargetPfmCounters.td
  include/llvm/Target/TargetSchedule.td
  lib/Target/X86/CMakeLists.txt
  lib/Target/X86/X86PfmCounters.td
  tools/llvm-exegesis/lib/AArch64/Target.cpp
  tools/llvm-exegesis/lib/Latency.cpp
  tools/llvm-exegesis/lib/LlvmState.cpp
  tools/llvm-exegesis/lib/LlvmState.h
  tools/llvm-exegesis/lib/Target.cpp
  tools/llvm-exegesis/lib/Target.h
  tools/llvm-exegesis/lib/Uops.cpp
  tools/llvm-exegesis/lib/X86/Target.cpp
  tools/llvm-exegesis/llvm-exegesis.cpp
  utils/TableGen/CMakeLists.txt
  utils/TableGen/CodeGenSchedule.cpp
  utils/TableGen/CodeGenSchedule.h
  utils/TableGen/CodeGenTarget.cpp
  utils/TableGen/ExegesisEmitter.cpp
  utils/TableGen/SubtargetEmitter.cpp
  utils/TableGen/TableGen.cpp
  utils/TableGen/TableGenBackends.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52932.170656.patch
Type: text/x-patch
Size: 43778 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181023/ce6e33b1/attachment.bin>


More information about the llvm-commits mailing list