[IR]消除Falltrhough现象

[IR]优化生成Ret指令逻辑
[README]添加TODO表
This commit is contained in:
rain2133
2025-07-20 18:23:48 +08:00
parent de696b2b53
commit 88604c1f94
3 changed files with 34 additions and 14 deletions

View File

@@ -62,8 +62,6 @@ private:
public:
SysYIRGenerator() = default;
bool HasReturnInst;
public:
Module *get() const { return module.get(); }
IRBuilder *getBuilder(){ return &builder; }