[PATCH] D72032: [llvm-exegesis] Add pfm counters for Zen2 (znver2).
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 22 03:49:27 PST 2020
RKSimon 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">
+ ];
----------------
typo?
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