1
Fork 0

Extract SsaLocals abstraction.

This commit is contained in:
Camille GILLOT 2023-01-19 22:23:41 +00:00
parent bec73b09fd
commit 9096d31dcc
3 changed files with 240 additions and 175 deletions

View file

@ -87,6 +87,7 @@ mod required_consts;
mod reveal_all;
mod separate_const_switch;
mod shim;
mod ssa;
// This pass is public to allow external drivers to perform MIR cleanup
pub mod simplify;
mod simplify_branches;