[PATCH] D72032: [llvm-exegesis] Add pfm counters for Zen2 (znver2).
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 22 04:25:52 PST 2020
courbet added inline comments.
================
Comment at: llvm/lib/Target/X86/X86PfmCounters.td:234
+ PfmIssueCounter<"Zn2AGU", "ls_dispatch:ld_dispatch + ls_dispatch:store_dispatch">,
+ PfmIssueCounter<"ZnDivider", "div_op_count">
+ ];
----------------
RKSimon wrote:
> typo?
Yes, thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72032/new/
https://reviews.llvm.org/D72032
More information about the llvm-commits
mailing list