Skip to content

Latest commit

 

History

History
 
 

sway-ir

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.