This commit adds constant-propagation optimizations for `splat`-of-constant to produce a `vconst` node. This should help later hoisting these constants out of loops if it shows up in wasm.
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.