Merge branch 'peephole' into backend

This commit is contained in:
Lixuanwang
2025-07-28 23:46:34 +08:00
10 changed files with 1210 additions and 113 deletions

View File

@@ -33,7 +33,10 @@ add_executable(sysyc
RISCv64ISel.cpp
RISCv64RegAlloc.cpp
RISCv64AsmPrinter.cpp
RISCv64Passes.cpp
RISCv64Peephole.cpp
PreRA_Scheduler.cpp
PostRA_Scheduler.cpp
CalleeSavedHandler.cpp
RISCv64LLIR.cpp
)