Merge commit '926e765451c38541a88e6318a211cd8dacfaa402' into deploy-20250819
This commit is contained in:
@@ -27,6 +27,7 @@ private:
|
||||
|
||||
Module* module;
|
||||
bool irc_failed = false;
|
||||
int foo = 0, foo1 = 0, foo2 = 0, foo3 = 0, foo4 = 0;
|
||||
};
|
||||
|
||||
} // namespace sysy
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user