libqbe/TODO
Quentin Carbonneaux 92dd898493 add a scratch TODO
2015-03-27 17:13:23 -04:00

13 lines
292 B
Text

Ideas
- Operand classes for instructions
- Hints in register allocation
- Fixed register instructions (div, mul)
- Memory instructions (address of, deref)
- Structured types
Instructions
- ADD SUB SDIV UDIV SREM UREM MUL LSL LSR ASL ASR
- CMP ...
- ALLOC STORE LOAD
- PTR
- CALL BRZ JMP RET