[REFACTOR][TIR] Introduce ExprDeepEqual, Remove IRDeepCompare (#5206)
* [REFACTOR][TIR] Introduce ExprDeepEqual, Remove IRDeepCompare This PR introduces ExprDeepEqual which reuses the StructuralEqual infra. We migrated the usecases of ir_pass::Equal to ExprDeepEqual and StructuralEqual. * Address comments
Showing
include/tvm/tir/analysis.h
0 → 100644
python/tvm/tir/analysis/__init__.py
0 → 100644
python/tvm/tir/analysis/_ffi_api.py
0 → 100644
python/tvm/tir/analysis/analysis.py
0 → 100644
src/tir/analysis/deep_equal.cc
0 → 100644
src/tir/pass/ir_deep_compare.cc
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment