* [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 |
---|---|---|
.. | ||
codegen_amdgpu.cc | Loading commit data... | |
codegen_arm.cc | Loading commit data... | |
codegen_cpu.cc | Loading commit data... | |
codegen_cpu.h | Loading commit data... | |
codegen_llvm.cc | Loading commit data... | |
codegen_llvm.h | Loading commit data... | |
codegen_nvptx.cc | Loading commit data... | |
codegen_x86_64.cc | Loading commit data... | |
intrin_rule_llvm.cc | Loading commit data... | |
intrin_rule_llvm.h | Loading commit data... | |
intrin_rule_nvptx.cc | Loading commit data... | |
intrin_rule_rocm.cc | Loading commit data... | |
llvm_common.cc | Loading commit data... | |
llvm_common.h | Loading commit data... | |
llvm_module.cc | Loading commit data... |