cairo_lang_lowering::optimizations

Module reorder_statements

Source

Structs§

Functions§

  • Reorder the statements in the lowering in order to move variable definitions closer to their usage. Statement with no side effects and unused outputs are removed.