Files
wasmtime/cranelift/codegen
Ujjwal Sharma 345b2dc0cc [codegen] add new recipe "rout" (#1014)
* [codegen] add new recipe "rout"

Add a new recipe "rout" intended to be used by arithematic operations
that output flags, currently being used for `iadd_cout` and `isub_bout`.

Fixes: https://github.com/CraneStation/cranelift/issues/1009
2019-09-10 12:55:24 +02:00
..
2019-09-09 21:54:20 -07:00

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