* Cranelift: Rewrite `(x>>k)<<k` into masking off the bottom `k` bits * Add a runtest for exercising our rewrite of `(x >> k) << k` into masking
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.