Added more tests

This commit is contained in:
Eduard Urbach 2024-08-07 23:30:53 +02:00
parent a466281307
commit 8eabcf258d
Signed by: eduard
GPG key ID: 49226B848C78F6C8
16 changed files with 399 additions and 26 deletions

View file

@ -67,8 +67,10 @@ Build a Linux x86-64 ELF executable from `examples/hello` and run it:
- [x] Exclude unused functions
- [x] Constant folding
- [ ] Constant propagation
- [ ] Function call inlining
- [ ] Loop unrolls
- [ ] Assembler optimization backend
### Linter