Name |
Last commit
|
Last update |
---|---|---|
.. | ||
exec | ||
testing | ||
top | ||
__init__.py | ||
bitstream.py | ||
build_module.py | ||
environment.py | ||
intrin.py | ||
ir_pass.py | ||
libinfo.py | ||
pkg_config.py | ||
program_bitstream.py | ||
rpc_client.py |
* [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 |
---|---|---|
.. | ||
exec | Loading commit data... | |
testing | Loading commit data... | |
top | Loading commit data... | |
__init__.py | Loading commit data... | |
bitstream.py | Loading commit data... | |
build_module.py | Loading commit data... | |
environment.py | Loading commit data... | |
intrin.py | Loading commit data... | |
ir_pass.py | Loading commit data... | |
libinfo.py | Loading commit data... | |
pkg_config.py | Loading commit data... | |
program_bitstream.py | Loading commit data... | |
rpc_client.py | Loading commit data... |