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 loop unrolling #94

Open
fabianschuiki opened this issue Feb 8, 2020 · 0 comments
Open

Implement loop unrolling #94

fabianschuiki opened this issue Feb 8, 2020 · 0 comments
Labels
A-opt Area: Optimization and transformation passes. C-enhancement Category: Adding or improving on features.

Comments

@fabianschuiki
Copy link
Owner

Implement unrolling for loops with a predictable upper bound. This probably requires some form of loop analysis to be performed (usign a DT to detect back-edges).

@fabianschuiki fabianschuiki added the A-opt Area: Optimization and transformation passes. label Feb 8, 2020
@fabianschuiki fabianschuiki added this to the v0.12 milestone Feb 8, 2020
@fabianschuiki fabianschuiki modified the milestones: v0.12, v0.13 Apr 8, 2020
@fabianschuiki fabianschuiki added the C-enhancement Category: Adding or improving on features. label Apr 12, 2020
@fabianschuiki fabianschuiki added this to the v0.14 milestone Apr 12, 2020
@fabianschuiki fabianschuiki modified the milestones: v0.14, v0.15 May 22, 2020
@fabianschuiki fabianschuiki modified the milestones: v0.15, v0.16 Jun 6, 2020
@fabianschuiki fabianschuiki removed this from the v0.17 milestone Sep 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-opt Area: Optimization and transformation passes. C-enhancement Category: Adding or improving on features.
Projects
None yet
Development

No branches or pull requests

1 participant