Name |
Last commit
|
Last update |
---|---|---|
.. | ||
buffer.h | ||
data_layout.h | ||
expr.h | ||
expr_functor.h | ||
function.h | ||
ir_pass.h | ||
lowered_func.h | ||
op.h | ||
stmt.h | ||
stmt_functor.h |
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.h | Loading commit data... | |
data_layout.h | Loading commit data... | |
expr.h | Loading commit data... | |
expr_functor.h | Loading commit data... | |
function.h | Loading commit data... | |
ir_pass.h | Loading commit data... | |
lowered_func.h | Loading commit data... | |
op.h | Loading commit data... | |
stmt.h | Loading commit data... | |
stmt_functor.h | Loading commit data... |