chore(misc): 按目录结构设计初始化工程骨架
This commit is contained in:
4
src/ir/Value.cpp
Normal file
4
src/ir/Value.cpp
Normal file
@@ -0,0 +1,4 @@
|
||||
// SSA 值体系抽象:
|
||||
// - 常量、参数、指令结果等统一为 Value
|
||||
// - 提供类型信息与使用/被使用关系(按需要实现)
|
||||
|
||||
Reference in New Issue
Block a user