[backend]浮点逻辑与gcc保持一致

This commit is contained in:
Lixuanwang
2025-08-04 21:54:24 +08:00
parent 881c2a9723
commit f7f1cf2b41
4 changed files with 18 additions and 87 deletions

View File

@@ -22,7 +22,6 @@ public:
// 公开接口以便后续模块如RegAlloc可以查询或创建vreg
unsigned getVReg(Value* val);
unsigned getNewVReg() { return vreg_counter++; }
unsigned getNewVReg(Type* type);
unsigned getVRegCounter() const;
// 获取 vreg_map 的公共接口