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

IR passes to implement #200

Open
9 of 10 tasks
rachitnigam opened this issue Jul 2, 2023 · 2 comments · Fixed by #256
Open
9 of 10 tasks

IR passes to implement #200

rachitnigam opened this issue Jul 2, 2023 · 2 comments · Fixed by #256
Assignees
Labels

Comments

@rachitnigam
Copy link
Member

rachitnigam commented Jul 2, 2023

The old compiler flow has a bunch of different passes that need to be transitioned before we replace it with the IR:

@rachitnigam
Copy link
Member Author

Not sure if I've mentioned this before but the following command will print out the program AST after each pass in the existing compiler flow:

cargo run -- <file> --log debug

Use this to check whether a particular pass generates the right kind of code

@rachitnigam rachitnigam linked a pull request Aug 7, 2023 that will close this issue
@gabizon103 gabizon103 reopened this Sep 5, 2023
@gabizon103
Copy link
Collaborator

This was accidentally closed when ir-dev got merged into main, but the sharing check still isn't implemented so I'm reopening until that's done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants