Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 571 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 571 Bytes

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.