Skip to main content

Module pass

Module pass 

Source
Expand description

Optimization pass trait definition.

All optimization passes implement this trait, allowing them to be composed in a pipeline and run until a fixed point is reached.

Traitsยง

Pass
Trait for MIR optimization passes.