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 |
---|---|---|
.. | ||
analyzer.cc | Loading commit data... | |
bound_deducer.cc | Loading commit data... | |
canonical_simplify.cc | Loading commit data... | |
compute_expr.h | Loading commit data... | |
const_fold.h | Loading commit data... | |
const_int_bound.cc | Loading commit data... | |
detect_linear_equation.cc | Loading commit data... | |
domain_touched.cc | Loading commit data... | |
int_operator.h | Loading commit data... | |
int_set.cc | Loading commit data... | |
interval_set.h | Loading commit data... | |
ir_mutator_with_analyzer.cc | Loading commit data... | |
ir_mutator_with_analyzer.h | Loading commit data... | |
ir_visitor_with_analyzer.h | Loading commit data... | |
modular_set.cc | Loading commit data... | |
pattern_match.h | Loading commit data... | |
rewrite_simplify.cc | Loading commit data... | |
rewrite_simplify.h | Loading commit data... | |
stmt_simplify.cc | Loading commit data... |