[all-commits] [llvm/llvm-project] 3f3c5e: [NFC][llvm-exegesis] Refactor InstrBenchmark to Be...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Tue Dec 26 00:43:30 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3f3c5e558382f2861aff6578c4aad6866bfe7637
https://github.com/llvm/llvm-project/commit/3f3c5e558382f2861aff6578c4aad6866bfe7637
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-12-26 (Tue, 26 Dec 2023)
Changed paths:
M llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp
M llvm/tools/llvm-exegesis/lib/BenchmarkRunner.h
M llvm/tools/llvm-exegesis/llvm-exegesis.cpp
Log Message:
-----------
[NFC][llvm-exegesis] Refactor InstrBenchmark to BenchmarkResult (#76388)
This patch refactors InstrBenchmark to BenchmarkResult. Most of the
renaming away from things prefixed with Instr was performed in a
previous commit, but this specific instance was missed.
More information about the All-commits
mailing list