Name |
Last commit
|
Last update |
---|---|---|
.. | ||
analysis.h | ||
buffer.h | ||
data_layout.h | ||
expr.h | ||
expr_functor.h | ||
function.h | ||
ir_pass.h | ||
op.h | ||
stmt.h | ||
stmt_functor.h | ||
transform.h | ||
var.h |
* [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 |
---|---|---|
.. | ||
analysis.h | Loading commit data... | |
buffer.h | Loading commit data... | |
data_layout.h | Loading commit data... | |
expr.h | Loading commit data... | |
expr_functor.h | Loading commit data... | |
function.h | Loading commit data... | |
ir_pass.h | Loading commit data... | |
op.h | Loading commit data... | |
stmt.h | Loading commit data... | |
stmt_functor.h | Loading commit data... | |
transform.h | Loading commit data... | |
var.h | Loading commit data... |