Expand description

Optimization passes for manipulating constant values.

  • combining - compile time evaluation of constant expressions.
    • combine insert_values - reduce expressions which insert a constant value into a constant struct.

Functions

Find constant expressions which can be reduced to fewer opterations.