Crates.io | alexcrichton-cranelift-frontend |
lib.rs | alexcrichton-cranelift-frontend |
version | 0.53.0 |
source | src |
created_at | 2020-01-10 21:34:49.964444 |
updated_at | 2020-01-10 22:18:33.18216 |
description | Cranelift IR builder helper |
homepage | |
repository | https://github.com/bytecodealliance/cranelift |
max_upload_size | |
id | 197321 |
size | 140,547 |
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.