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

Clement Courbet via llvm-commits llvm-commits at lists.llvm.org
Tue May 14 05:08:09 PDT 2024


================
@@ -17,6 +17,11 @@
 namespace llvm {
 namespace exegesis {
 
+struct ScratchMemoryStore {
----------------
legrosbuffle wrote:

This looks unused, did you mean to use it in `PreinitScratchMemory` ?

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


More information about the llvm-commits mailing list