[all-commits] [llvm/llvm-project] 05901b: [llvm-exegesis] Add additional validation counters
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Wed Jan 3 00:29:45 PST 2024
Branch: refs/heads/users/boomanaiden154/exegesis-validation-counters-perfcounters
Home: https://github.com/llvm/llvm-project
Commit: 05901b26b1225dc631a4b89950b3816fbe542e3b
https://github.com/llvm/llvm-project/commit/05901b26b1225dc631a4b89950b3816fbe542e3b
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2024-01-03 (Wed, 03 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
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