Files
wasmtime/cranelift/codegen
Ujjwal Sharma c062f12d7c [codegen] legalize icmp for 64 and 128 bit operands
Add legalizations for icmp and icmp_imm for i64 and i128 operands for
the narrow legalization set, allowing 32-bit ISAs (like x86-32) to
compare 64-bit integers and all ISAs to compare 128-bit integers.

Fixes: https://github.com/bnjbvr/cranelift-x86/issues/2
2019-10-10 11:06:19 +02:00
..
2019-10-09 06:20:30 -07:00

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