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: Remove VisitLoopBlocksLexical utility #110490

Merged

Conversation

amanasifkhalid
Copy link
Member

Follow-up to #110227. In the few places where we still visit loop blocks in lexical order, just visit them in RPO instead.

@amanasifkhalid
Copy link
Member Author

cc @dotnet/jit-contrib, @jakobbotsch PTAL. Small diffs from churn in the lexical order of cloned loop blocks. Thanks!

Copy link
Member

@jakobbotsch jakobbotsch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@amanasifkhalid amanasifkhalid merged commit 4a30be3 into dotnet:main Dec 12, 2024
105 of 108 checks passed
@amanasifkhalid amanasifkhalid deleted the VisitLoopBlocksLexical-removal branch December 12, 2024 15:23
hez2010 pushed a commit to hez2010/runtime that referenced this pull request Dec 14, 2024
Follow-up to dotnet#110227. In the few places where we still visit loop blocks in lexical order, just visit them in RPO instead.
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.

2 participants