* [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 |
---|---|---|
.. | ||
codegen_amdgpu.cc | Loading commit data... | |
codegen_arm.cc | Loading commit data... | |
codegen_blob.cc | Loading commit data... | |
codegen_blob.h | Loading commit data... | |
codegen_cpu.cc | Loading commit data... | |
codegen_cpu.h | Loading commit data... | |
codegen_llvm.cc | Loading commit data... | |
codegen_llvm.h | Loading commit data... | |
codegen_nvptx.cc | Loading commit data... | |
codegen_x86_64.cc | Loading commit data... | |
intrin_rule_llvm.cc | Loading commit data... | |
intrin_rule_llvm.h | Loading commit data... | |
intrin_rule_nvptx.cc | Loading commit data... | |
intrin_rule_rocm.cc | Loading commit data... | |
llvm_common.cc | Loading commit data... | |
llvm_common.h | Loading commit data... | |
llvm_module.cc | Loading commit data... |