docs(doc): 文档添加mem2reg内容
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
// IR Pass 管理:
|
||||
// - 按优化级别组织优化 pipeline
|
||||
// - 统一运行 pass、统计与调试输出(按需要扩展)
|
||||
|
||||
//
|
||||
// Lab5 推荐顺序(可迭代多轮):
|
||||
// 1. ConstFold
|
||||
// 2. CSE
|
||||
// 3. DCE
|
||||
// 4. CFGSimplify
|
||||
|
||||
Reference in New Issue
Block a user