mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 15:06:10 +00:00

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.