Name |
Last commit
|
Last update |
---|---|---|
.. | ||
attr_functor.h | ||
attrs.cc | ||
buffer.cc | ||
data_layout.cc | ||
expr.cc | ||
expr_operator.cc | ||
ir.cc | ||
lowered_func.cc | ||
target_info.cc | ||
tensor.cc |
* [REFACTOR][IR] Introduce SeqStmt to replace Block ir::Block was used to represent a sequence of Stmts in the original low-level IR. The nested ir::Block structure is not really friendly for recursive visits, especially when the statements are unrolled. This PR introduce a SeqStmt that directly stores a sequence of statements in an Array container. The new SeqStmt will be used as a replacement of the original Block structure. * [REFACTOR] Migrate use of Block to SeqStmt. * [REFACTOR] Remove Block * Add more comments per yizhi's comment
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
attr_functor.h | Loading commit data... | |
attrs.cc | Loading commit data... | |
buffer.cc | Loading commit data... | |
data_layout.cc | Loading commit data... | |
expr.cc | Loading commit data... | |
expr_operator.cc | Loading commit data... | |
ir.cc | Loading commit data... | |
lowered_func.cc | Loading commit data... | |
target_info.cc | Loading commit data... | |
tensor.cc | Loading commit data... |