first impl
This commit is contained in:
@@ -11,6 +11,6 @@ fuzz_target!(|func: Func| {
|
||||
let _ = env_logger::try_init();
|
||||
log::trace!("func:\n{:?}", func);
|
||||
let env = regalloc2::fuzzing::func::machine_env();
|
||||
let _out =
|
||||
regalloc2::fuzzing::ion::run(&func, &env, false, false).expect("regalloc did not succeed");
|
||||
let _out = regalloc2::fuzzing::ion::run(&func, &env, false, false, true)
|
||||
.expect("regalloc did not succeed");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user