When expanding a min/max operation to a pair of icmp + select, do not attempt to expand the input value operands twice, as this might fail with memory operands. Fixes https://github.com/bytecodealliance/wasmtime/issues/5859.
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.