Files
wasmtime/cranelift/codegen/meta
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-05 17:36:04 -07:00

This crate contains the metaprogram used by cranelift-codegen. It's not useful on its own.