[PATCH] D54297: [llvm-exegesis][NFC] Add a way to declare the default counter binding for unbound CPUs for a target.

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 9 01:29:34 PST 2018


courbet created this revision.
courbet added reviewers: gchatelet, john.brawn, jsji.
Herald added subscribers: tschuett, kbarton, javed.absar, mgorny, nemanjai.

This simplifies the code and moves everything to tablegen for consistency. This
also prepares the ground for adding issue counters.


Repository:
  rL LLVM

https://reviews.llvm.org/D54297

Files:
  include/llvm/Target/TargetPfmCounters.td
  lib/Target/AArch64/AArch64.td
  lib/Target/AArch64/AArch64PfmCounters.td
  lib/Target/AArch64/CMakeLists.txt
  lib/Target/PowerPC/CMakeLists.txt
  lib/Target/PowerPC/PPC.td
  lib/Target/PowerPC/PPCPfmCounters.td
  lib/Target/X86/X86PfmCounters.td
  tools/llvm-exegesis/lib/AArch64/Target.cpp
  tools/llvm-exegesis/lib/Latency.cpp
  tools/llvm-exegesis/lib/Latency.h
  tools/llvm-exegesis/lib/PowerPC/Target.cpp
  tools/llvm-exegesis/lib/Target.cpp
  unittests/tools/llvm-exegesis/AArch64/TargetTest.cpp
  unittests/tools/llvm-exegesis/PowerPC/TargetTest.cpp
  utils/TableGen/ExegesisEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54297.173282.patch
Type: text/x-patch
Size: 17254 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181109/7219fcfc/attachment.bin>


More information about the llvm-commits mailing list