NUDT-Compiler
for CSC-2024 Compiler Design Contest
github repository:
Contributors:
NUDT SysYCompiler is a general compiler targeting RISC-V hardware. It implements two-level intermediate representations (IR and MIR) by imitating LLVM MLIR and CMMC designs, and implements several important compilation optimization technologies including dead code elimination, loop stripping, loop parallelization, etc. The following figure shows the workflow of NUDT SysYCompiler.

NUDT SysTCompiler Workflow
For more details, please check the Github repository.

