cretonne-frontend

Crates.iocretonne-frontend
lib.rscretonne-frontend
version0.13.2
sourcesrc
created_at2018-02-22 00:02:54.095227
updated_at2018-07-14 14:07:23.38683
descriptionCretonne IR builder helper
homepage
repositoryhttps://github.com/cretonne/cretonne
max_upload_size
id52306
size88,099
Dan Gohman (sunfishcode)

documentation

https://cretonne.readthedocs.io/

README

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.

Commit count: 3099

cargo fmt