Module sway_ir::optimize::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.