[midend][backend]补全了符合RV64调用约定的寄存器着色规则

This commit is contained in:
Lixuanwang
2025-07-26 17:35:08 +08:00
parent 828515bc2f
commit a616ec085e
2 changed files with 65 additions and 6 deletions

View File

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