[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
Fri Oct 5 05:42:36 PDT 2018


courbet created this revision.
courbet added reviewers: RKSimon, gchatelet.
Herald added a subscriber: mgrang.

The pfm counters are now in the MCSubtargetInfo rather than the
MCSchedModel (PR39165).

This also compresses the pfm counter tables (PR37068).


Repository:
  rL LLVM

https://reviews.llvm.org/D52932

Files:
  include/llvm/CodeGen/TargetSubtargetInfo.h
  include/llvm/MC/MCSchedule.h
  include/llvm/MC/MCSubtargetInfo.h
  include/llvm/Target/Target.td
  include/llvm/Target/TargetSchedule.td
  lib/CodeGen/TargetSubtargetInfo.cpp
  lib/MC/MCSchedule.cpp
  lib/MC/MCSubtargetInfo.cpp
  lib/Target/X86/X86.td
  lib/Target/X86/X86PfmCounters.td
  tools/llvm-exegesis/lib/Latency.cpp
  tools/llvm-exegesis/lib/Uops.cpp
  unittests/CodeGen/MachineInstrTest.cpp
  utils/TableGen/CodeGenSchedule.cpp
  utils/TableGen/CodeGenSchedule.h
  utils/TableGen/SubtargetEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52932.168457.patch
Type: text/x-patch
Size: 90721 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181005/1b2fc42e/attachment-0001.bin>


More information about the llvm-commits mailing list