[llvm-branch-commits] [llvm] [llvm-exegesis] Add tablegen support for validation counters (PR #76652)
Clement Courbet via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Jan 5 04:06:13 PST 2024
================
@@ -28,6 +28,22 @@ class PfmIssueCounter<string resource_name, string counter>
string ResourceName = resource_name;
}
+class ValidationEvent <int event_number> {
----------------
legrosbuffle wrote:
This needs doc to explain what a `ValidationEvent` and `PfmValidationCounter` are.
https://github.com/llvm/llvm-project/pull/76652
More information about the llvm-branch-commits
mailing list