Migrate simplifier to new infra. (#3368)
authorTianqi Chen <tqchen@users.noreply.github.com>
Mon, 1 Jul 2019 21:07:45 +0000 (14:07 -0700)
committerGitHub <noreply@github.com>
Mon, 1 Jul 2019 21:07:45 +0000 (14:07 -0700)
commit4273e461f2a3bb4ea6f82e90ac025d2bd04712de
tree59ec6b67cbf91b29345fdbaece44d5f29fa1b49b
parentf2a6851ad3e6e8499c57838db598375c0d043422
Migrate simplifier to new infra. (#3368)
19 files changed:
CMakeLists.txt
include/tvm/arithmetic.h
include/tvm/ir_pass.h
src/arithmetic/analyzer.cc
src/arithmetic/bound_deducer.cc
src/arithmetic/const_fold.h
src/arithmetic/rewrite_simplify.cc
src/arithmetic/stmt_simplify.cc
src/lang/buffer.cc
src/op/scan_op.cc
src/pass/loop_partition.cc
src/pass/narrow_channel_access.cc
src/pass/storage_rewrite.cc
src/pass/vectorize_loop.cc
src/schedule/message_passing.cc
src/schedule/schedule_dataflow_rewrite.cc
tests/cpp/ir_simplify_test.cc
tests/python/unittest/test_arith_deduce_bound.py
tests/python/unittest/test_pass_basic.py