When AVX512VL or AVX512BITALG are available, Wasm SIMD's `popcnt` instruction can be lowered to a single x64 instruction, `VPOPCNTB`, instead of 8+ instructions.
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.