[all-commits] [llvm/llvm-project] a25b66: [NFC][llvm-exegesis] Remove redundant register ini...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Wed Jan 3 15:25:36 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a25b66217f41564f933dd1d6d2993d990615c47b
https://github.com/llvm/llvm-project/commit/a25b66217f41564f933dd1d6d2993d990615c47b
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2024-01-03 (Wed, 03 Jan 2024)
Changed paths:
M llvm/tools/llvm-exegesis/lib/Assembler.cpp
M llvm/tools/llvm-exegesis/lib/Assembler.h
M llvm/tools/llvm-exegesis/lib/BenchmarkRunner.cpp
M llvm/unittests/tools/llvm-exegesis/Common/AssemblerUtils.h
Log Message:
-----------
[NFC][llvm-exegesis] Remove redundant register initial values argument
This patch removes the redundant RegisterInitialValues parameter from
assembleToStream and friends as it is included within the BenchmarkKey
struct that is also passed to all the functions that need this
information.
More information about the All-commits
mailing list