Expand description
Passes that manipulate the control flow and reconstruct its structure.
Modulesยง
- duplicate_
return - The MIR uses a unique
return
node, which can be an issue when reconstructing the control-flow. - merge_
goto_ chains - Micro-pass: merge single-origin gotos into their parent to reduce CFG graph size.
- prettify_
cfg - ullbc_
to_ llbc - ULLBC to LLBC