bytecodealliance / regalloc2

A new register allocator
Apache License 2.0
209 stars 38 forks source link

Adapt regalloc2-tool to work with creduce #173

Open elliottt opened 6 months ago

elliottt commented 6 months ago

The fuzzing strategy we use for regalloc2 doesn't minimize well, which can make isolating a failure somewhat tedious. If the textual format emitted by regalloc2-tool looked enough like c to be used with creduce, we could write a script to automate minimization by using creduce to shrink the input.