This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 236eea0f49 [CMSIS-NN] Removed redudant arguments to CMSIS-NN wrapper
function (#11431)
add d8678a6a9a [TIR] CSE pass : Restrict the equivalence to be decided by
a normal form - avoids comparison of terms (#11574)
No new revisions were added by this update.
Summary of changes:
include/tvm/tir/transform.h | 3 +-
python/tvm/tir/transform/transform.py | 4 +-
src/driver/driver_api.cc | 6 +-
src/tir/transforms/common_subexpr_elim.cc | 96 +++++---
src/tir/transforms/common_subexpr_elim.h | 8 +-
src/tir/transforms/common_subexpr_elim_tools.cc | 145 +++++++++---
src/tir/transforms/common_subexpr_elim_tools.h | 10 +-
.../test_tir_transform_common_subexpr_elim.py | 260 ++++++++++++++++-----
8 files changed, 409 insertions(+), 123 deletions(-)