Files
wasmtime/cranelift/codegen
yuyang 0c66a1bba7 Fix issue 5528 (#5605)
* fix parameter error.

* fix float convert to i8 and i16   should extract sign bit.

* add missing regression test file.

* using tmp register.

* float convert i8 will consume more instructions.

* fix worse inst emit size.

* fix worst_case_size.
2023-01-31 15:37:36 -08:00
..
2021-10-10 14:19:08 +02:00
2023-01-05 09:46:01 -06:00
2023-01-31 15:37:36 -08:00
2023-01-05 09:46:01 -06:00

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