ir_builder.py
11.7 KB
-
[ARITH] Remove the legacy Simplify, migrate to Analyzer. (#5385) · d9cecdf5
The legacy Simplify/CanonicalSimplify are now a thin wrapper around the Analyzer. This PR removes these functions and migrated every place that requires simplification to enforce Analyzer creation. The new API would encourage more Analyzer sharing and potentially enable context-aware analyzer-based simplification.
Tianqi Chen committed