sway-ir

Crates.iosway-ir
lib.rssway-ir
version0.61.2
sourcesrc
created_at2022-01-19 02:01:03.117916
updated_at2024-07-03 22:44:05.854997
descriptionSway intermediate representation.
homepagehttps://fuel.network/
repositoryhttps://github.com/FuelLabs/sway
max_upload_size
id516487
size769,043
(fuel-service-user)

documentation

README

Sway Intermediate Representation

This crate is a work-in-progress library for providing an SSA style IR for the Sway middle end.

It is modelled after LLVM to a degree, and is designed to simplify the optimization phase of the compiler pipeline.

It is currently lacking several features and documentation, not to mention optimization passes, but is already capable of being targeted by Sway for codegen and passes the test suite.

Commit count: 2903

cargo fmt