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

Implement a set of basic MIR and LIR optimizations #61

Open
1 task
alexrp opened this issue Mar 26, 2023 · 0 comments
Open
1 task

Implement a set of basic MIR and LIR optimizations #61

alexrp opened this issue Mar 26, 2023 · 0 comments
Assignees
Labels
area: runtime Issues related to the runtime system. state: blocked Issues that are blocked on some other issue or work.
Milestone

Comments

@alexrp
Copy link
Member

alexrp commented Mar 26, 2023

Constant propagation, value numbering, dead code elimination, strength reduction, etc. All the classic stuff.

Depends on:

@alexrp alexrp added state: blocked Issues that are blocked on some other issue or work. type: feature area: runtime Issues related to the runtime system. labels Mar 26, 2023
@alexrp alexrp added this to the v1.0 milestone Mar 26, 2023
@alexrp alexrp self-assigned this Mar 26, 2023
@alexrp alexrp changed the title Implement a set of basic MIR optimizations Implement a set of basic MIR and LIR optimizations May 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: runtime Issues related to the runtime system. state: blocked Issues that are blocked on some other issue or work.
Development

No branches or pull requests

1 participant