[llvm] 8ae8ae9 - [llvm-exegesis] Update validation counters enum

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 10 15:34:02 PST 2024


Author: Aiden Grossman
Date: 2024-01-10T15:32:08-08:00
New Revision: 8ae8ae967406bc8cb1c21396b879681b06bdbfe6

URL: https://github.com/llvm/llvm-project/commit/8ae8ae967406bc8cb1c21396b879681b06bdbfe6
DIFF: https://github.com/llvm/llvm-project/commit/8ae8ae967406bc8cb1c21396b879681b06bdbfe6.diff

LOG: [llvm-exegesis] Update validation counters enum

To be consistent with f65265ab779f5c6c571ff702aae5670722765ae0.

Added: 
    

Modified: 
    llvm/tools/llvm-exegesis/lib/Target.h

Removed: 
    


################################################################################
diff  --git a/llvm/tools/llvm-exegesis/lib/Target.h b/llvm/tools/llvm-exegesis/lib/Target.h
index 9d3bb2b44af113..a9e21c782b4dfe 100644
--- a/llvm/tools/llvm-exegesis/lib/Target.h
+++ b/llvm/tools/llvm-exegesis/lib/Target.h
@@ -40,10 +40,7 @@ extern cl::OptionCategory BenchmarkOptions;
 extern cl::OptionCategory AnalysisOptions;
 
 enum ValidationEvent {
-  L1DCacheLoadMiss,
-  InstructionRetired,
-  DataTLBLoadMiss,
-  DataTLBStoreMiss
+  InstructionRetired
 };
 
 struct PfmCountersInfo {


        


More information about the llvm-commits mailing list