* Fix sret for AArch64 AArch64 requires the struct return address argument to be stored in the x8 register. This register is never used for regular arguments. * Add extra sret tests for x86_64
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.