[all-commits] [llvm/llvm-project] 7da769: [llvm-exegesis] Add additional validation counters...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Tue Jan 23 00:06:59 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7da76958390a43b2fd1db506c90970aeae4367eb
https://github.com/llvm/llvm-project/commit/7da76958390a43b2fd1db506c90970aeae4367eb
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2024-01-23 (Tue, 23 Jan 2024)
Changed paths:
M llvm/include/llvm/Target/TargetPfmCounters.td
M llvm/lib/Target/X86/X86PfmCounters.td
M llvm/tools/llvm-exegesis/lib/BenchmarkResult.cpp
M llvm/tools/llvm-exegesis/lib/BenchmarkResult.h
M llvm/tools/llvm-exegesis/llvm-exegesis.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list