Fuzzing: add use_egraphs option back to fuzzing config generator. (#5388)

This PR reverts #5128 (commit b3333bf9ea),
adding back the ability for the fuzzing config generator to set
the `use_egraphs` Cranelift option. This will start to fuzz the
egraphs-based optimization framework again, now that #5382 has landed.
This commit is contained in:
Chris Fallin
2022-12-06 16:47:58 -08:00
committed by GitHub
parent ab6c8e1a1a
commit 0eb22429d1
2 changed files with 3 additions and 0 deletions

View File

@@ -253,6 +253,7 @@ where
"enable_incremental_compilation_cache_checks",
"regalloc_checker",
"enable_llvm_abi_extensions",
"use_egraphs",
];
for flag_name in bool_settings {
let enabled = self