Similar to #8713, I see this when I disable quiet validation:
[wasm-validator error in function 6] unexpected false: non-nullable local's sets must dominate gets, on
5
wasm-reduce: src/tools/wasm-reduce/wasm-reduce.cpp:1131: void Reducer::reduceFunctions(): Assertion `WasmValidator().validate( *module, WasmValidator::Globally)' failed.
@tlively sounds like the code there is adding non-nullable locals in a way that doesn't validate?
Similar to #8713, I see this when I disable quiet validation:
@tlively sounds like the code there is adding non-nullable locals in a way that doesn't validate?