docs(doc): swap lab4 and lab5 order

This commit is contained in:
Lane0218
2026-03-13 21:02:28 +08:00
parent f746c2a75b
commit 484a143911
5 changed files with 214 additions and 7 deletions

View File

@@ -1,5 +1,4 @@
// 公共子表达式消除CSE
// - 识别并复用重复计算的等价表达式
// - 典型放置在 ConstFold 之后、DCE 之前
// - 当前为 Lab5 的框架占位,具体算法由实验实现
// - 当前为 Lab4 的框架占位,具体算法由实验实现