[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 02:43:28 PST 2018


courbet updated this revision to Diff 173291.
courbet added a comment.

s/!all(empty)/any(!empty/)


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.173291.patch
Type: text/x-patch
Size: 17254 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181109/016765d6/attachment-0001.bin>


More information about the llvm-commits mailing list