[backend-O1]修复后端在-O1情况下存在的大量bug

This commit is contained in:
Lixuanwang
2025-08-19 14:09:08 +08:00
parent 06b4df79ee
commit 1ab937961f
6 changed files with 153 additions and 75 deletions

View File

@@ -28,7 +28,7 @@ static string argStopAfter;
static string argInputFile;
static bool argFormat = false; // 目前未使用,但保留
static string argOutputFilename;
static int optLevel = 0; // 优化级别默认为0 (不加-O参数时)
int optLevel = 0; // 优化级别默认为0 (不加-O参数时)
void usage(int code) {
const char *msg = "Usage: sysyc [options] inputfile\n\n"