This is an automated email from the ASF dual-hosted git repository.
wrongtest pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 2a7af612f7 [TIR][Schedule] Support annotate dict typed value (#12288)
add c4aab62c6d [TIR] Add tir::builtin::undef (#12266)
No new revisions were added by this update.
Summary of changes:
include/tvm/tir/builtin.h | 8 +
python/tvm/tir/transform/transform.py | 11 ++
src/tir/op/builtin.cc | 4 +
src/tir/transforms/remove_store_undef.cc | 179 +++++++++++++++++++++
.../unittest/test_tir_transform_remove_undef.py | 94 +++++++++++
5 files changed, 296 insertions(+)
create mode 100644 src/tir/transforms/remove_store_undef.cc
create mode 100644 tests/python/unittest/test_tir_transform_remove_undef.py