This change means that running
cargo test --features "enable-peepmatic rebuild-peephole-optimizers"
inside `cranelift/codegen` will rebuild peephole optimizers on not only x86_64
but also aarch64.
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.