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

Refactor compilation passes #270

Merged
merged 9 commits into from
Sep 23, 2024
Merged

Refactor compilation passes #270

merged 9 commits into from
Sep 23, 2024

Conversation

vosen
Copy link
Owner

@vosen vosen commented Sep 13, 2024

The overarching goal is to refactor all passes so they are module-scoped and not function-scoped. Additionally, make improvements to the most egregiously buggy/unfit passes (so the code is ready for the next major features: linking, ftz handling) and continue adding more code to the LLVM backend

@vosen vosen marked this pull request as ready for review September 23, 2024 14:32
@vosen vosen merged commit c92abba into master Sep 23, 2024
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

Successfully merging this pull request may close these issues.

1 participant