Skip to content

JIT: fix jit stress failures in fgSetBlockOrder#80975

Merged
AndyAyersMS merged 1 commit intodotnet:mainfrom
AndyAyersMS:FixSetBlockOrder
Jan 21, 2023
Merged

JIT: fix jit stress failures in fgSetBlockOrder#80975
AndyAyersMS merged 1 commit intodotnet:mainfrom
AndyAyersMS:FixSetBlockOrder

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.
@ghost ghost 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