[llvm] [Exegesis][RISCV] Add RISCV support for llvm-exegesis (PR #89047)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 30 15:30:01 PST 2024
================
@@ -86,6 +86,11 @@ class ExegesisTarget {
ArrayRef<const char *> ValidationCounters,
const pid_t ProcessID = 0) const;
+ // Find register by name, NoRegister if not found.
+ virtual MCRegister findRegisterByName(const StringRef RegName) const {
----------------
topperc wrote:
Where is this used?
https://github.com/llvm/llvm-project/pull/89047
More information about the llvm-commits
mailing list