Skip to main content

Module diff

Module diff 

Source
Expand description

IR diff tool for comparing graphs and expressions.

This module provides utilities to compare two IR structures and identify differences, useful for debugging and validation.

Structs§

GraphDiff
Difference between two graphs
NodeDiff
Difference in a specific node

Enums§

ExprDiff
Difference between two expressions

Functions§

diff_exprs
Compare two expressions
diff_graphs
Compare two graphs