You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Joshua Nelson
175b9641e0
|
5 years ago | |
---|---|---|
.. | ||
src | 5 years ago | |
Cargo.toml | 5 years ago | |
LICENSE | 6 years ago | |
README.md | 6 years ago |
README.md
This crate provides a straightforward way to create a
Cranelift IR function and fill it with
instructions translated from another language. It contains an SSA construction
module that provides convenient methods for translating non-SSA variables into
SSA Cranelift IR values via use_var
and def_var
calls.