[deploy]测试

This commit is contained in:
Lixuanwang
2025-08-05 19:04:04 +08:00
parent de1f74c425
commit c4d1e31273
4 changed files with 27 additions and 5 deletions

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;