sway_ir::optimize

Module sroa

Source
Expand description

Scalar Replacement of Aggregates

Constants§

Functions§

  • Promote aggregates to scalars, so that other optimizations such as mem2reg can treat them as any other SSA value.