[llvm] [Exegesis][RISCV] Add RISCV support for llvm-exegesis (PR #89047)

via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 31 09:54:48 PDT 2024


================
@@ -201,6 +211,14 @@ class ExegesisTarget {
         "fillMemoryOperands() requires getScratchMemoryRegister() > 0");
   }
 
+  // Generates code to store register into scratch memory with offset.
+  virtual std::vector<MCInst> storeRegValueToScratch(const MCSubtargetInfo &STI,
----------------
AnastasiyaChernikova wrote:

Indeed, it is not used, I deleted it

https://github.com/llvm/llvm-project/pull/89047


More information about the llvm-commits mailing list