Previously, we used the flags of `AND` for `SETcc`. This change uses `TEST` instead, which discards the AND result but sets the flags needed for `SETcc`. This reduces register pressure slightly for this sequence.
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.