[PATCH] D80610: [llvm-exegesis] Make createCounter a virtual method on Target to allow targets to create target-specific counters

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 26 23:22:47 PDT 2020


courbet added a comment.

Can you also include making the `Counter` virtual, and the use of this new function in `FunctionExecutorImpl::runAndMeasure` ? This would remove more unrelated changes from the other patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80610





More information about the llvm-commits mailing list