Name |
Last commit
|
Last update |
---|---|---|
.. | ||
datatype | ||
llvm | ||
opt | ||
source | ||
spirv | ||
stackvm | ||
build_common.h | ||
codegen.cc | ||
generic_func.cc | ||
intrin_rule.cc | ||
intrin_rule.h | ||
target.cc | ||
target_info.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 |
---|---|---|
.. | ||
datatype | Loading commit data... | |
llvm | Loading commit data... | |
opt | Loading commit data... | |
source | Loading commit data... | |
spirv | Loading commit data... | |
stackvm | Loading commit data... | |
build_common.h | Loading commit data... | |
codegen.cc | Loading commit data... | |
generic_func.cc | Loading commit data... | |
intrin_rule.cc | Loading commit data... | |
intrin_rule.h | Loading commit data... | |
target.cc | Loading commit data... | |
target_info.cc | Loading commit data... |