* [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 |
---|---|---|
.. | ||
arg_binder.cc | Loading commit data... | |
arg_binder.h | Loading commit data... | |
bound_checker.cc | Loading commit data... | |
coproc_sync.cc | Loading commit data... | |
detect_device.cc | Loading commit data... | |
ffi_api.cc | Loading commit data... | |
hoist_if_then_else.cc | Loading commit data... | |
inject_copy_intrin.cc | Loading commit data... | |
inject_double_buffer.cc | Loading commit data... | |
inject_prefetch.cc | Loading commit data... | |
inject_virtual_thread.cc | Loading commit data... | |
inline.cc | Loading commit data... | |
ir_util.cc | Loading commit data... | |
ir_util.h | Loading commit data... | |
lift_attr_scope.cc | Loading commit data... | |
loop_partition.cc | Loading commit data... | |
remove_no_op.cc | Loading commit data... | |
rewrite_unsafe_select.cc | Loading commit data... | |
simple_passes.cc | Loading commit data... | |
ssa.cc | Loading commit data... | |
storage_access.cc | Loading commit data... | |
storage_access.h | Loading commit data... | |
storage_flatten.cc | Loading commit data... | |
storage_rewrite.cc | Loading commit data... | |
tensor_core.cc | Loading commit data... | |
unroll_loop.cc | Loading commit data... | |
vectorize_loop.cc | Loading commit data... | |
verify_compact_buffer.cc | Loading commit data... | |
verify_gpu_code.cc | Loading commit data... |