Name |
Last commit
|
Last update |
---|---|---|
.. | ||
buffer.cc | ||
data_layout.cc | ||
expr.cc | ||
expr_functor.cc | ||
function.cc | ||
functor_common.h | ||
op.cc | ||
stmt.cc | ||
stmt_functor.cc | ||
transform.cc |
* [TIR] Remove ProducerConsumer and AllocateNode::new_expr This PR removes two legacy IR parts in TIR that are deprecated. ProducerConsumer node only serves as a hint markup and may no longer be informative after extensive transformations in the pass. If necessary, we can add related info via AttrStmt. The new_expr field in the AllocateNode is deprecated since it can just be replaced by a LetStmt. - Remove dependencies of passes on ProducerConsumer. - Remove ProducerConsumer from the IR. - Remove the deprecated fields (new_expr, free_function) from AllocateNode. * Fix additional testcases
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
buffer.cc | Loading commit data... | |
data_layout.cc | Loading commit data... | |
expr.cc | Loading commit data... | |
expr_functor.cc | Loading commit data... | |
function.cc | Loading commit data... | |
functor_common.h | Loading commit data... | |
op.cc | Loading commit data... | |
stmt.cc | Loading commit data... | |
stmt_functor.cc | Loading commit data... | |
transform.cc | Loading commit data... |