Merge branch 'midend-mem2reg' into midend

This commit is contained in:
rain2133
2025-07-29 15:48:34 +08:00
14 changed files with 998 additions and 9 deletions

View File

@@ -27,8 +27,8 @@ add_executable(sysyc
Liveness.cpp
DCE.cpp
AddressCalculationExpansion.cpp
# Mem2Reg.cpp
# Reg2Mem.cpp
Mem2Reg.cpp
Reg2Mem.cpp
RISCv64Backend.cpp
RISCv64ISel.cpp
RISCv64RegAlloc.cpp