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: build pred lists before the eh opt phases #80856

Merged
merged 1 commit into from Jan 20, 2023

Conversation

AndyAyersMS
Copy link
Member

Fix the EH opts to properly maintain pred lists, and move building of the pred lists to just before the EH opts.

Contributes to #80193.

Fix the EH opts to properly maintain pred lists, and move building of the
pred lists to just before the EH opts.

Contributes to dotnet#80193.
@ghost ghost assigned AndyAyersMS Jan 19, 2023
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Jan 19, 2023
@ghost
Copy link

ghost commented Jan 19, 2023

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch, @kunalspathak
See info in area-owners.md if you want to be subscribed.

Issue Details

Fix the EH opts to properly maintain pred lists, and move building of the pred lists to just before the EH opts.

Contributes to #80193.

Author: AndyAyersMS
Assignees: AndyAyersMS
Labels:

area-CodeGen-coreclr

Milestone: -

@AndyAyersMS
Copy link
Member Author

@BruceForstall PTAL
cc @dotnet/jit-contrib

No diffs expected.

@AndyAyersMS
Copy link
Member Author

CI did not kick off any tests.

@AndyAyersMS AndyAyersMS reopened this Jan 19, 2023
@AndyAyersMS AndyAyersMS merged commit 18fbf9c into dotnet:main Jan 20, 2023
@AndyAyersMS AndyAyersMS mentioned this pull request Jan 20, 2023
44 tasks
mdh1418 pushed a commit to mdh1418/runtime that referenced this pull request Jan 24, 2023
Fix the EH opts to properly maintain pred lists, and move building of the
pred lists to just before the EH opts.

Contributes to dotnet#80193.
@dotnet dotnet locked as resolved and limited conversation to collaborators Feb 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

None yet

2 participants