Files
wasmtime/cranelift/codegen
Peter Huene b1c7c1401e Fix incorrect scaling for SaveXmm128Far.
The `SaveXmm128Far` unwind op should have a 32-bit unscaled value.

The value was accidentally scaled down by 16 while calculating whether or not
the `SaveXmm128` or `SaveXmm128Far` unwind op should be used.
2020-07-06 18:52:16 -07:00
..

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