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

Min-Yih Hsu via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 30 16:04:43 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,
----------------
mshockwave wrote:

where do you use this function?

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


More information about the llvm-commits mailing list