Previous changes had ported the difficult "`select` based on an `fcmp`" patterns to ISLE; this completes porting of `select` by moving over the final two kinds of patterns: - `select` based on an `icmp` - `select` based on a value
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.