Merge commit '926e765451c38541a88e6318a211cd8dacfaa402' into deploy-20250819

This commit is contained in:
Lixuanwang
2025-08-19 14:20:49 +08:00
4 changed files with 27 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ private:
Module* module;
bool irc_failed = false;
int foo = 0, foo1 = 0, foo2 = 0, foo3 = 0, foo4 = 0;
};
} // namespace sysy

View File

@@ -28,7 +28,7 @@ public:
const std::map<Value*, unsigned>& getVRegMap() const { return vreg_map; }
const std::map<unsigned, Value*>& getVRegValueMap() const { return vreg_to_value_map; }
const std::map<unsigned, Type*>& getVRegTypeMap() const { return vreg_type_map; }
int foo3 = 0;
private:
// DAG节点定义作为ISel的内部实现细节
struct DAGNode;