Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MIR #62

Open
1 of 4 tasks
L3tum opened this issue Jun 12, 2020 · 0 comments
Open
1 of 4 tasks

MIR #62

L3tum opened this issue Jun 12, 2020 · 0 comments

Comments

@L3tum
Copy link
Owner

L3tum commented Jun 12, 2020

  • Instructions are represented by classes (that inherit ir.instruction)
  • Right now this is pseudo-done with RIALVariable but that has its limitations
  • At first I thought it was dumb to make another IR on top of LLVM IR but I guess it's kinda necessary
  • Lowering is still done inside each instructions
  • Constant-sized array
  • Variable-sized array
  • Array access
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant