[llvm] [llvm-exegesis] Add tablegen support for validation counters (PR #76652)
Clement Courbet via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 10 00:34:25 PST 2024
================
@@ -28,6 +28,27 @@ class PfmIssueCounter<string resource_name, string counter>
string ResourceName = resource_name;
}
+// Definition of a validation event. A validation event represents a specific
+// event that can be meaasured using performance counters that is interesting
----------------
legrosbuffle wrote:
typo: meaasured
https://github.com/llvm/llvm-project/pull/76652
More information about the llvm-commits
mailing list