Files
wasmtime/cranelift/codegen
Ujjwal Sharma dce8ad8229 [codegen] add encodings for isub borrow variants
Add encodings for isub borrow variants (isub_bout, isub_bin,
isub_borrow) for x86_32, enabling the legalization for isub.i64 to work.

Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1576675
Bug: https://github.com/CraneStation/cranelift/issues/765
2019-09-05 19:28:33 +02:00
..
2019-09-05 17:55:03 +02:00
2019-09-04 15:12:17 -07:00

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