docs(doc): 修正文档中的过期代码路径
This commit is contained in:
@@ -41,12 +41,12 @@ Lab6 的目标是在 Lab5 基本标量优化之后,面向“循环密集型代
|
||||
## 4. 当前代码框架(与 Lab6 相关)
|
||||
|
||||
1. IR 与分析
|
||||
- `src/ir/IR.h`
|
||||
- `include/ir/IR.h`
|
||||
- `src/ir/analysis/DominatorTree.cpp`
|
||||
- `src/ir/analysis/LoopInfo.cpp`
|
||||
|
||||
2. IR 优化
|
||||
- `src/ir/passes/...`
|
||||
- `src/ir/passes/`
|
||||
|
||||
3. 入口与验证
|
||||
- `src/main.cpp`
|
||||
@@ -62,7 +62,7 @@ Lab6 的目标是在 Lab5 基本标量优化之后,面向“循环密集型代
|
||||
|
||||
2. 视实现需要可能修改
|
||||
- `src/ir/analysis/DominatorTree.cpp`(若分析信息不足)
|
||||
- `src/ir/IR.h`、`src/ir/Instruction.cpp`(若需要补充指令属性)
|
||||
- `include/ir/IR.h`、`src/ir/Instruction.cpp`(若需要补充指令属性)
|
||||
- `src/ir/IRPrinter.cpp`(调试输出增强)
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user