You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/11/04 08:42:44 UTC

[tvm] branch last-successful updated (9dd0225a70 -> da76587505)

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


    omit 9dd0225a70 [TIR] Use Optional<Stmt> for IfThenElseNode::else_case (#13218)

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/last-successful (da76587505)
            \
             O -- O -- O   (9dd0225a70)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/stmt.h                           |  4 ++--
 src/arith/ir_mutator_with_analyzer.cc            | 12 +++++++-----
 src/arith/ir_visitor_with_analyzer.cc            |  4 ++--
 src/contrib/hybrid/codegen_hybrid.cc             |  4 ++--
 src/printer/tir_text_printer.cc                  |  4 ++--
 src/printer/tvmscript_printer.cc                 |  4 ++--
 src/target/llvm/codegen_llvm.cc                  |  4 ++--
 src/target/source/codegen_c.cc                   |  4 ++--
 src/target/spirv/codegen_spirv.cc                |  4 ++--
 src/target/stackvm/codegen_stackvm.cc            |  4 ++--
 src/tir/analysis/block_access_region_detector.cc |  4 ++--
 src/tir/analysis/estimate_flops.cc               |  4 ++--
 src/tir/ir/stmt.cc                               |  4 ++--
 src/tir/ir/stmt_functor.cc                       | 10 +++++-----
 src/tir/transforms/common_subexpr_elim_tools.cc  |  6 +++---
 src/tir/transforms/compact_buffer_region.cc      |  4 ++--
 src/tir/transforms/coproc_sync.cc                |  4 ++--
 src/tir/transforms/inject_virtual_thread.cc      |  6 +++---
 src/tir/transforms/ir_utils.cc                   |  2 +-
 src/tir/transforms/lift_attr_scope.cc            |  4 ++--
 src/tir/transforms/profile_instrumentation.cc    |  4 ++--
 src/tir/transforms/remove_no_op.cc               |  4 ++--
 src/tir/transforms/simplify.cc                   |  4 ++--
 src/tir/transforms/storage_access.cc             |  4 ++--
 src/tir/transforms/vectorize_loop.cc             |  6 +++---
 25 files changed, 60 insertions(+), 58 deletions(-)