forked from NUDT-compiler/nudt-compiler-cpp
fix(mir) #8
Open
pt9wfaocb
wants to merge 1 commits from pt9wfaocb/nudt-compiler-cpp:tansiping into develop
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'pt9wfaocb/nudt-compiler-cpp:tansiping'
Deleting a branch is permanent. It CANNOT be undone. Continue?
补全指令实现
修改所有调用了FPToSI和SIToFP这两条指令的地方为直接返回val或注释掉
修正Opcode Ret中寄存器的命名错误
实现超过 8 个参数的栈传参:修改Lowering.cpp 中 LowerFunctionToMIR 的参数处理部分。
修改Ret中的寄存器命名,将t4寄存器用于大偏移地址计算