[TIR][REFACTOR] Deprecate FreeStmt (#5890)
authorTianqi Chen <tqchen@users.noreply.github.com>
Wed, 24 Jun 2020 21:48:12 +0000 (14:48 -0700)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2020 21:48:12 +0000 (14:48 -0700)
commit47225aa3de901769624ccda70860e1bd215038c6
tree3141f32be049472f049ad71f27db14f25042edce
parent7bee0eaeae0c38b7a6d3eb187c5de68880daebf6
[TIR][REFACTOR] Deprecate FreeStmt (#5890)

Currently FreeStmt is not being used.
While it can be useful to have an early free hint
we can always use an intrinsic instead of a first class statement.
include/tvm/tir/stmt.h
include/tvm/tir/stmt_functor.h
python/tvm/tir/__init__.py
python/tvm/tir/stmt.py
src/printer/text_printer.h
src/printer/tir_text_printer.cc
src/tir/ir/stmt.cc
src/tir/ir/stmt_functor.cc
tests/python/unittest/test_tir_constructor.py