Name |
Last commit
|
Last update |
---|---|---|
.. | ||
datatype | ||
llvm | ||
opt | ||
source | ||
spirv | ||
stackvm | ||
build_common.h | ||
codegen.cc | ||
generic_func.cc | ||
intrin_rule.cc | ||
intrin_rule.h | ||
target.cc | ||
target_info.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 |
---|---|---|
.. | ||
datatype | Loading commit data... | |
llvm | Loading commit data... | |
opt | Loading commit data... | |
source | Loading commit data... | |
spirv | Loading commit data... | |
stackvm | Loading commit data... | |
build_common.h | Loading commit data... | |
codegen.cc | Loading commit data... | |
generic_func.cc | Loading commit data... | |
intrin_rule.cc | Loading commit data... | |
intrin_rule.h | Loading commit data... | |
target.cc | Loading commit data... | |
target_info.cc | Loading commit data... |