[all-commits] [llvm/llvm-project] d9c8ed: [llvm-exegesis] Add matcher for register initial v...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Fri Jan 5 13:38:19 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d9c8edf08afce3d1e563e4521ae847a6809bb993
https://github.com/llvm/llvm-project/commit/d9c8edf08afce3d1e563e4521ae847a6809bb993
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2024-01-05 (Fri, 05 Jan 2024)
Changed paths:
M llvm/unittests/tools/llvm-exegesis/X86/BenchmarkResultTest.cpp
Log Message:
-----------
[llvm-exegesis] Add matcher for register initial values (#76666)
Currently, the unit tests for the BenchmarkResult struct do not check if
the register initial values can be parsed back in. This patch adds a
matcher and tests that the register initial values can be parsed
correctly. This exercises code already contained within the benchmark to
yaml infrastructure.
More information about the All-commits
mailing list