Skip to main content

Module algebraic

Module algebraic 

Source
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§

AlgebraicSimplificationStats
Statistics from algebraic simplification.

Functions§

simplify_algebraic
Simplify an expression using algebraic identities.