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

Andrea Di Biagio via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 24 11:02:35 PDT 2018


andreadb accepted this revision.
andreadb added a comment.

In https://reviews.llvm.org/D52932#1272557, @courbet wrote:

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


Thanks Clement!

I really like this approach. Overall, I think it is a much better design than the original one, since it avoid polluting MCSubtargetInfo.

Cheers
-Andrea


Repository:
  rL LLVM

https://reviews.llvm.org/D52932





More information about the llvm-commits mailing list