Files
wasmtime/cranelift/codegen
Andrew Brown 4433ad2858 Fix legalization of icmp ugt (#1278)
Previously, the same pattern (pmax + pcmpeq) as `uge` was used but this logic was incorrect for operands with equal values.
2019-12-16 14:14:51 -07:00
..
2019-12-16 14:14:51 -07:00
2019-12-07 09:47:43 -08:00
2019-11-20 22:40:55 -08:00

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