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

Clement Courbet via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 4 05:06:30 PDT 2024


================
@@ -113,7 +109,51 @@ static void appendCodeTemplates(const LLVMState &State,
   }
   case ExecutionMode::SERIAL_VIA_MEMORY_INSTR: {
     // Select back-to-back memory instruction.
-    // TODO: Implement me.
+
----------------
legrosbuffle wrote:

It would be nice to submit this as a separate PR given that it's really independent from the riscv support.

It would make the current PR much easier to review.

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


More information about the llvm-commits mailing list