[llvm] [llvm-exegesis] Add tablegen support for validation counters (PR #76652)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 5 20:45:51 PST 2024


================
@@ -28,6 +28,22 @@ class PfmIssueCounter<string resource_name, string counter>
   string ResourceName = resource_name;
 }
 
+class ValidationEvent <int event_number> {
----------------
boomanaiden154 wrote:

Added additional comments on what these are for. Please let me know if they don't clarify things enough.

https://github.com/llvm/llvm-project/pull/76652


More information about the llvm-commits mailing list