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

JIT: Enable inversion of top-tested loops #105161

Closed
wants to merge 1 commit into from

Conversation

amanasifkhalid
Copy link
Member

Closes #50204. Based on discussion in #105041, since more aggressive block compaction is increasing the prevalence of top-tested loops, we should enable inversion of such shapes.

@AndyAyersMS
Copy link
Member

I would guess this actually isn't doing very much. Perhaps things have changed since Bruce last looked. We probably need to rework loop inversion on top of the loop package.

@amanasifkhalid amanasifkhalid added this to the 10.0.0 milestone Aug 12, 2024
@amanasifkhalid
Copy link
Member Author

Closing in favor of #109346

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Loop inversion should consider top-tested loops
2 participants