refactor(irgen): IR改成alloca和store形式

This commit is contained in:
jing
2026-03-01 15:36:50 +08:00
parent 29bf99727f
commit 730280abb8
10 changed files with 180 additions and 10 deletions

View File

@@ -110,8 +110,4 @@ mkdir -p test/test_result/ast
dot -Tpng test/test_result/ast/simple_add.ast.dot -o test/test_result/ast/simple_add.ast.png
```
WSL 查看图片
```bash
explorer.exe "$(wslpath -w test/test_result/ast/simple_add.ast.png)"
```
直接查看图片即可