Crates.io | cretonne-frontend |
lib.rs | cretonne-frontend |
version | 0.13.2 |
source | src |
created_at | 2018-02-22 00:02:54.095227 |
updated_at | 2018-07-14 14:07:23.38683 |
description | Cretonne IR builder helper |
homepage | |
repository | https://github.com/cretonne/cretonne |
max_upload_size | |
id | 52306 |
size | 88,099 |
Cretonne has been renamed to Cranelift! For future versions, see the
cranelift-frontend
crate.
This crate provides a straightforward way to create a
Cretonne 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 Cretonne IR values via use_var
and def_var
calls.