[backend]回溯了旧版本的寄存器分配器

This commit is contained in:
Lixuanwang
2025-08-16 17:08:11 +08:00
parent 7be5d25372
commit 072cd3e9b5
6 changed files with 793 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ public:
// 辅助函数
void setStream(std::ostream& os) { OS = &os; }
// 辅助函数
std::string regToString(PhysicalReg reg);
std::string regToString(PhysicalReg reg) const;
std::string formatInstr(const MachineInstr *instr);
private: