Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cranelift: disable egraphs in fuzzing for now. (bytecodealliance#5128)
* Cranelift: disable egraphs in fuzzing for now. As per [this comment], with a few recent discussions it's become clear that we want to refactor egraphs in a way that will subsume, or make irrelevant, some of the recent fuzzbugs that have arisen (and likely lead to others, which we'll want to fix!). Rather than chase these down then refactor later, it probably makes sense not to spend the human time or fuzzing time doing so. This PR turns off egraphs support in fuzzing configurations for now, to be re-enabled later. [this comment]: bytecodealliance#5126 (comment) * Disable in cranelift-fuzzgen as well.
- Loading branch information