arkamnite / llvm-project

Fork of LLVM 15 to enable support for the Game Boy target which is developed here.
http://llvm.org
2 stars 0 forks source link

(register) Complete `GameBoyRegisterInfo` subclass #13

Open arkamnite opened 1 year ago

arkamnite commented 1 year ago

Complete GameBoyRegisterInfo subclass

There is a lot of existing code here. Once a calling convention has been determined (see SDCC and existing AVR for any similarities), then register-specific information can be categorised by their roles in the calling convention.