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/09/15 15:25:06 UTC

[tvm] branch last-successful updated (e5adb83d8e -> 397cf8781e)

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 e5adb83d8e [microTVM][Zephyr] Fix PLL freq. in overlay for nucleo_l4r5zi board (#12756)
     add 397cf8781e [Arith][Refactor] Return Optional<PrimExpr> from TryConstFold (#12784)

No new revisions were added by this update.

Summary of changes:
 src/arith/canonical_simplify.cc | 21 ++++------
 src/arith/const_fold.h          | 91 +++++++++++++++++++++--------------------
 src/arith/int_set.cc            | 10 +++--
 src/arith/iter_affine_map.cc    | 15 +++----
 src/arith/pattern_match.h       |  3 +-
 src/arith/rewrite_simplify.cc   | 42 +++++++------------
 src/tir/op/op.cc                | 57 +++++++++-----------------
 7 files changed, 99 insertions(+), 140 deletions(-)