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

Michael Maitland via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 22 11:44:19 PDT 2024


================
@@ -55,6 +55,7 @@ class SnippetGenerator {
 public:
   struct Options {
     unsigned MaxConfigsPerOpcode = 1;
+    std::optional<int64_t> InitImmValue;
----------------
michaelmaitland wrote:

Is this used anywhere?

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


More information about the llvm-commits mailing list