* Encode vselect using BLEND instructions on x86 * Legalize vselect to bitselect * Optimize bitselect to vselect for some operands * Add run tests for bitselect-vselect optimization * Address review feedback
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.