gecko-dev/third_party/rust/cranelift-frontend
Benjamin Bouvier ac52ddb216 Bug 1601233: Output of mach vendor rust r=rhunt
Differential Revision: https://phabricator.services.mozilla.com/D55791

--HG--
extra : moz-landing-system : lando
2019-12-05 04:26:50 +00:00
..
src Bug 1597989: Output of mach rust vendor for the Cranelift bump; r=rhunt 2019-12-03 15:28:28 +00:00
.cargo-checksum.json Bug 1601233: Output of mach vendor rust r=rhunt 2019-12-05 04:26:50 +00:00
Cargo.toml Bug 1601233: Output of mach vendor rust r=rhunt 2019-12-05 04:26:50 +00:00
LICENSE
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.