[backend]添加了2个新的pass,用于解决大立即数加载问题

This commit is contained in:
Lixuanwang
2025-07-29 15:48:37 +08:00
parent 4a329eeaf2
commit 8deb4ed076
12 changed files with 422 additions and 60 deletions

View File

@@ -37,6 +37,8 @@ add_executable(sysyc
PreRA_Scheduler.cpp
PostRA_Scheduler.cpp
CalleeSavedHandler.cpp
LegalizeImmediates.cpp
PrologueEpilogueInsertion.cpp
RISCv64LLIR.cpp
)