================
@@ -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