docs(doc): swap lab4 and lab5 order
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
// 公共子表达式消除(CSE):
|
||||
// - 识别并复用重复计算的等价表达式
|
||||
// - 典型放置在 ConstFold 之后、DCE 之前
|
||||
// - 当前为 Lab5 的框架占位,具体算法由实验实现
|
||||
|
||||
// - 当前为 Lab4 的框架占位,具体算法由实验实现
|
||||
|
||||
Reference in New Issue
Block a user