Expand description
Algebraic simplification optimization pass.
This module implements algebraic simplifications based on mathematical identities and properties, such as x + 0 = x, x * 1 = x, x * 0 = 0, etc.
Structs§
- Algebraic
Simplification Stats - Statistics from algebraic simplification.
Functions§
- simplify_
algebraic - Simplify an expression using algebraic identities.