Name |
Last commit
|
Last update |
---|---|---|
.. | ||
analysis | ||
transform | ||
__init__.py | ||
_ffi_api.py | ||
buffer.py | ||
data_layout.py | ||
expr.py | ||
function.py | ||
generic.py | ||
ir_builder.py | ||
ir_pass.py | ||
op.py | ||
stmt.py |
* [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 | Loading commit data... | |
transform | Loading commit data... | |
__init__.py | Loading commit data... | |
_ffi_api.py | Loading commit data... | |
buffer.py | Loading commit data... | |
data_layout.py | Loading commit data... | |
expr.py | Loading commit data... | |
function.py | Loading commit data... | |
generic.py | Loading commit data... | |
ir_builder.py | Loading commit data... | |
ir_pass.py | Loading commit data... | |
op.py | Loading commit data... | |
stmt.py | Loading commit data... |