* 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.
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.