Files
wasmtime/cranelift/codegen
Andrew Brown fd04ea2b06 Fix incorrect assertion for insertlane (#1355)
Previously, the assertion checked for `lane > 0` when it should have been `lane >= 0`; since lane is unsigned, this half of the assertion can be entirely removed.
2020-01-17 14:39:31 -08:00
..
2020-01-17 14:33:52 -08:00
2020-01-17 14:33:52 -08:00
2019-12-07 09:47:43 -08:00
2020-01-17 14:33:52 -08:00

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