Merge branch 'backend-O1' into deploy-20250819

This commit is contained in:
Lixuanwang
2025-08-19 20:05:59 +08:00
16 changed files with 481 additions and 276 deletions

View File

@@ -11,6 +11,7 @@ namespace sysy {
extern int DEBUG;
extern int DEEPDEBUG;
extern int optLevel;
namespace sysy {

View File

@@ -12,6 +12,7 @@ extern int DEBUG;
extern int DEEPDEBUG;
extern int DEBUGLENGTH; // 用于限制调试输出的长度
extern int DEEPERDEBUG; // 用于更深层次的调试输出
extern int optLevel;
namespace sysy {