style(dev): 清理失真文件头注释

This commit is contained in:
Lane0218
2026-03-12 15:08:21 +08:00
parent a7779038ca
commit f26551a896
7 changed files with 7 additions and 29 deletions

View File

@@ -1,9 +1 @@
// IR Pass 管理
// - 按优化级别组织优化 pipeline
// - 统一运行 pass、统计与调试输出按需要扩展
//
// Lab5 推荐顺序(可迭代多轮):
// 1. ConstFold
// 2. CSE
// 3. DCE
// 4. CFGSimplify
// IR Pass 管理骨架。