[PATCH] D55432: [X86] Improve pfm counter cpu coverage for llvm-exegesis

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 7 07:20:07 PST 2018


courbet added a comment.

In D55432#1323147 <https://reviews.llvm.org/D55432#1323147>, @RKSimon wrote:

> In D55432#1323115 <https://reviews.llvm.org/D55432#1323115>, @lebedev.ri wrote:
>
> > The plan is to only add these mappings, and encourage people to come up with new sched profiles,
> >  or is the auto-sched-profile-generation upcoming?
>
>
> I'm not sure how far auto generation has gotten.


The main issue of auto-generation apart from completeness is that it would require a flat sched model - current model are intended to be read by humans, so they have a lot of structure.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55432/new/

https://reviews.llvm.org/D55432





More information about the llvm-commits mailing list