[peephole]Pass架构重构优化

This commit is contained in:
2025-07-27 11:03:26 +08:00
parent 78dee0d72a
commit 634a84f29c
10 changed files with 319 additions and 192 deletions

View File

@@ -33,7 +33,11 @@ add_executable(sysyc
RISCv64ISel.cpp
RISCv64RegAlloc.cpp
RISCv64AsmPrinter.cpp
RISCv64Passes.cpp
# RISCv64Passes.cpp
RISCv64Peephole.cpp
PreRA_Scheduler.cpp
PostRA_Scheduler.cpp
CalleeSavedHandler.cpp
)
# 设置 include 路径,包含 ANTLR 运行时库和项目头文件