Files
wasmtime/cranelift/filetests/verifier
Jakob Stoklund Olesen 5e094034d4 Fix verifier bug in unreachable code.
We want to disable dominance checks in unreachable code. The
is_reachable() check for EBB parameter values was checking if the
defining EBB was reachable, not the EBB using the value.

This bug showed up in fuzzing and in #213.
2018-01-09 10:47:49 -08:00
..
2017-06-10 10:30:37 -07:00
2017-10-18 15:07:19 -07:00