Files
wasmtime/cranelift/codegen
Andrew Brown feffed85d2 Add x86 SIMD legalizations for integer greater-than
This includes `icmp ugt`, `icmp sge`, and `icmp uge` for vectors with lanes of I8, I16, and I32.
2019-11-05 16:42:34 -08:00
..
2019-11-05 13:59:19 -08:00
2019-11-05 14:36:03 -08:00
2019-10-30 09:47:25 +01:00
2019-11-05 13:59:19 -08:00

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