[backend]添加了一些工具函数

This commit is contained in:
Lixuanwang
2025-08-04 16:32:54 +08:00
parent 64ba25a77e
commit 0179c13cf4
5 changed files with 36 additions and 26 deletions

View File

@@ -20,6 +20,8 @@ public:
void setStream(std::ostream& os) { OS = &os; }
// 辅助函数
std::string regToString(PhysicalReg reg);
std::string formatInstr(const MachineInstr *instr);
private:
// 打印各个部分
void printBasicBlock(MachineBasicBlock* mbb, bool debug = false);