$ cargo run compile --cranelift-set use_egraphs=true ./testcase0.shrunken.wat
Finished dev [unoptimized + debuginfo] target(s) in 0.12s
Running `target/debug/wasmtime compile --cranelift-set use_egraphs=true ./testcase0.shrunken.wat`
thread '<unnamed>' panicked at 'should be implemented in ISLE: inst = `v10 = iconst.i16x8 0`, type = `Some(types::I16X8)`', cranelift/codegen/src/machinst/lower.rs:753:21
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
This input:
fails to compile with:
on x86_64