Name Date Size #Lines LOC

..15-May-2026-

src/H15-May-2026-7,1704,981

Cargo.tomlH A D15-May-2026890 3328

LICENSEH A D15-May-202612 KiB221182

README.mdH A D15-May-2026348 65

README.md

1This crate provides a straightforward way to create a
2[Cranelift](https://crates.io/crates/cranelift) IR function and fill it with
3instructions translated from another language. It contains an SSA construction
4module that provides convenient methods for translating non-SSA variables into
5SSA Cranelift IR values via `use_var` and `def_var` calls.
6