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: fix jit stress failures in fgSetBlockOrder #80975

Merged
merged 1 commit into from
Jan 21, 2023

Conversation

AndyAyersMS
Copy link
Member

Defer asserting that bbNums are ordered until we know if we're optimizing (and hence have computed dominators).

Fixes #80974.

Defer asserting that bbNums are ordered until we know if we're optimizing
(and hence have computed dominators).

Fixes dotnet#80974.
@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 21, 2023
@ghost ghost assigned AndyAyersMS Jan 21, 2023
@ghost
Copy link

ghost commented Jan 21, 2023

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

Issue Details

Defer asserting that bbNums are ordered until we know if we're optimizing (and hence have computed dominators).

Fixes #80974.

Author: AndyAyersMS
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

@AndyAyersMS
Copy link
Member Author

PTAL @dotnet/jit-contrib

This should fix some of the jitstress issues I caused.

@AndyAyersMS
Copy link
Member Author

/azp run runtime-coreclr jitstress, runtime-coreclr libraries-jitstress

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@EgorBo
Copy link
Member

EgorBo commented Jan 21, 2023

have computed dominators

worth adding that into assert? && fgDomsComputed

@AndyAyersMS
Copy link
Member Author

Remaining libraries jitstress failures are known -- #80773.

The sole coreclr jitstress failure is known -- #80666.

@AndyAyersMS
Copy link
Member Author

have computed dominators

worth adding that into assert? && fgDomsComputed

We check that just above.

@AndyAyersMS AndyAyersMS merged commit 2f2215f into dotnet:main Jan 21, 2023
mdh1418 pushed a commit to mdh1418/runtime that referenced this pull request Jan 24, 2023
Defer asserting that bbNums are ordered until we know if we're optimizing
(and hence have computed dominators).

Fixes dotnet#80974.
@ghost ghost locked as resolved and limited conversation to collaborators Feb 21, 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.

jitstress failure from recent pred list changes
3 participants