[llvm-exegesis] Add additional validation counters (#76788)
authorAiden Grossman <agrossman154@yahoo.com>
Tue, 23 Jan 2024 08:06:46 +0000 (00:06 -0800)
committerGitHub <noreply@github.com>
Tue, 23 Jan 2024 08:06:46 +0000 (00:06 -0800)
commit7da76958390a43b2fd1db506c90970aeae4367eb
tree3d998bd0cfce794aad0a41cc5fe9e185de4ca1e8
parent3ea92ea2f9d236569f82825cdba6d59bcc22495c
[llvm-exegesis] Add additional validation counters (#76788)

This patch adds support for additional types of validation counters and
also adds mappings between these new validation counter types and
physical counters on the hardware for microarchitectures that I have the
ability to test on.
llvm/include/llvm/Target/TargetPfmCounters.td
llvm/lib/Target/X86/X86PfmCounters.td
llvm/tools/llvm-exegesis/lib/BenchmarkResult.cpp
llvm/tools/llvm-exegesis/lib/BenchmarkResult.h
llvm/tools/llvm-exegesis/llvm-exegesis.cpp