Merge commit 'f879a0f521e3033d3f928a5976ac095af6905942' into midend-LoopAnalysis

This commit is contained in:
rain2133
2025-08-03 14:30:32 +08:00
3 changed files with 180 additions and 42 deletions

View File

@@ -22,6 +22,10 @@ private:
// 函数级代码生成 (实现新的流水线)
std::string function_gen(Function* func);
// 私有辅助函数,用于根据类型计算其占用的字节数。
unsigned getTypeSizeInBytes(Type* type);
Module* module;
};