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 9b9b7458e9 [docs] Fix empty code blocks in tutorials (#13188)
add 697533e136 [TIR] Add utility for anchor block extraction (#13194)
No new revisions were added by this update.
Summary of changes:
include/tvm/tir/analysis.h | 25 ++++
python/tvm/tir/analysis/analysis.py | 27 ++++
src/tir/analysis/stmt_finding.cc | 150 +++++++++++++++++++++
src/tir/schedule/analysis.h | 9 --
src/tir/schedule/analysis/analysis.cc | 41 ------
..._utils.py => test_tir_analysis_stmt_finding.py} | 51 ++++---
6 files changed, 235 insertions(+), 68 deletions(-)
create mode 100644 src/tir/analysis/stmt_finding.cc
copy tests/python/unittest/{test_tir_transform_ir_utils.py =>
test_tir_analysis_stmt_finding.py} (51%)