sway-ir 0.66.5

Sway intermediate representation.
Documentation
1
2
3
4
5
6
7
# Sway Intermediate Representation

This crate is a work-in-progress library for providing an [SSA](https://en.wikipedia.org/wiki/Static_single_assignment_form) style IR for the [Sway](https://github.com/FuelLabs/sway) middle end.
<!-- markdown-link-check-disable -->
It is modelled after [LLVM](https://llvm.org/docs/LangRef.html) to a degree, and is designed to simplify the optimization phase of the compiler pipeline.
<!-- markdown-link-check-enable -->
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.