[backend]本地全过

This commit is contained in:
Lixuanwang
2025-08-05 17:38:49 +08:00
parent 167c2ac2ae
commit 3ba12bf320
5 changed files with 707 additions and 70 deletions

View File

@ -1,6 +1,7 @@
#ifndef RISCV64_PASSES_H
#define RISCV64_PASSES_H
#include "Pass.h"
#include "RISCv64LLIR.h"
#include "Peephole.h"
#include "PreRA_Scheduler.h"
@ -9,9 +10,8 @@
#include "LegalizeImmediates.h"
#include "PrologueEpilogueInsertion.h"
#include "EliminateFrameIndices.h"
#include "Pass.h"
#include "DivStrengthReduction.h"
#include "OFE.h"
namespace sysy {