[deploy]O1

This commit is contained in:
lixuanwang
2025-08-20 15:59:22 +08:00
parent f2b944837c
commit dcf3d29ecc
7 changed files with 0 additions and 15808 deletions

File diff suppressed because it is too large Load Diff

View File

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

View File

@@ -29,7 +29,6 @@ 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;

View File

@@ -11,7 +11,6 @@
#include "PrologueEpilogueInsertion.h"
#include "EliminateFrameIndices.h"
#include "DivStrengthReduction.h"
#include "OFE.h"
namespace sysy {