google / gematria

Machine learning for machine code.
Apache License 2.0
76 stars 11 forks source link

Use LLVMState helper for getting register index #209

Closed boomanaiden154 closed 2 months ago

boomanaiden154 commented 2 months ago

This patch replaces our direct search of the register name to number mapping to a function now included in LLVMState that handles that for us, leaving us to solely deal with the error handling. Necessary now that the accessor for the register name to number mapping will be deleted soonish.