[midend-Loop-InductionVarStrengthReduction]增加循环规约变量强度削弱优化

This commit is contained in:
rain2133
2025-08-13 01:13:01 +08:00
parent 0c8a156485
commit ea944f6ba0
6 changed files with 883 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ void usage(int code) {
"Supported options:\n"
" -h \tprint help message and exit\n"
" -f \tpretty-format the input file\n"
" -s {ast,ir,asm,llvmir,asmd,ird}\tstop after generating AST/IR/Assembly\n"
" -s {ast,ir,asm,asmd,ird}\tstop after generating AST/IR/Assembly\n"
" -S \tcompile to assembly (.s file)\n"
" -o <file>\tplace the output into <file>\n"
" -O<level>\tenable optimization at <level> (e.g., -O0, -O1)\n";