gecko-dev/third_party/rust/cranelift-frontend
Benjamin Bouvier 43a32ade76 Bug 1590101: Result of mach vendor rust; r=jseward
Differential Revision: https://phabricator.services.mozilla.com/D49932

--HG--
extra : moz-landing-system : lando
2019-10-22 07:09:34 +00:00
..
src Bug 1590101: Result of mach vendor rust; r=jseward 2019-10-22 07:09:34 +00:00
.cargo-checksum.json Bug 1590101: Result of mach vendor rust; r=jseward 2019-10-22 07:09:34 +00:00
Cargo.toml Bug 1590101: Result of mach vendor rust; r=jseward 2019-10-22 07:09:34 +00:00
LICENSE
README.md

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.