Files
wasmtime/cranelift/codegen
Johnnie Birch 2d364f75bd Remove xmm_r_r inst data structure and cases after related refactoring
Removes unneeded data structure that was holding instructions for
xmm based move instructions. These instructions can should be categorized
as rm not just r. This change is intended to simplify organization and
cases when lowering.
2020-06-25 14:31:51 +02:00
..

This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.