[llvm] [Exegesis][RISCV] Add RISCV support for llvm-exegesis (PR #89047)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 23 08:27:29 PDT 2024
================
@@ -55,6 +55,7 @@ class SnippetGenerator {
public:
struct Options {
unsigned MaxConfigsPerOpcode = 1;
+ std::optional<int64_t> InitImmValue;
----------------
AnastasiyaChernikova wrote:
Now it really isn't used. We made it with expansion in mind. Deleted in this commit
https://github.com/llvm/llvm-project/pull/89047
More information about the llvm-commits
mailing list