Files
wasmtime/cranelift/codegen
Andrew Brown 65e6de2344 Replace x86_packss with snarrow
Since the Wasm specification contains narrowing instructions (see https://github.com/WebAssembly/simd/blob/master/proposals/simd/SIMD.md#integer-to-integer-narrowing) that lower to PACKSS*, the x86-specific instruction is not necessary in the CLIF IR.
2020-07-02 09:35:45 -07:00
..
2020-07-02 09:35:45 -07:00
2020-07-02 09:35:45 -07:00

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