Merge branch 'midend' into backend

This commit is contained in:
Lixuanwang
2025-07-26 17:36:23 +08:00
9 changed files with 195 additions and 82 deletions

View File

@@ -34,6 +34,9 @@ private:
// 辅助函数获取指令的Use/Def集合
void getInstrUseDef(MachineInstr* instr, LiveSet& use, LiveSet& def);
// 辅助函数,处理调用约定
void handleCallingConvention();
MachineFunction* MFunc;
// 活跃性分析结果