Name |
Last commit
|
Last update |
---|---|---|
.. | ||
buffer.cc | ||
data_layout.cc | ||
expr.cc | ||
expr_functor.cc | ||
function.cc | ||
functor_common.h | ||
lowered_func.cc | ||
op.cc | ||
stmt.cc | ||
stmt_functor.cc |
As part of the unified IR refactor. This PR refactors the target codegen to use IRModule containing tir::PrimFuncs. In order to break the refactor into several steps without breaking the codebase, we built an conversion pass to convert Array<LoweredFunc> into IRModule. The follow-up refactors will gradually move the passes covered by IRModule up until we cover all the passes. Then we can remove the additional redundant concepts such as LoweredFunc.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
buffer.cc | Loading commit data... | |
data_layout.cc | Loading commit data... | |
expr.cc | Loading commit data... | |
expr_functor.cc | Loading commit data... | |
function.cc | Loading commit data... | |
functor_common.h | Loading commit data... | |
lowered_func.cc | Loading commit data... | |
op.cc | Loading commit data... | |
stmt.cc | Loading commit data... | |
stmt_functor.cc | Loading commit data... |