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

Fix assert(interval->physReg != REG_NA && interval->physReg != REG_STK) #48831

Merged
merged 1 commit into from
Feb 26, 2021

Conversation

kunalspathak
Copy link
Member

During resolution, an interval should be marked inactive once there is no register assignment to the corresponding refPosition.

Fixes following jitstressres failures on Windows x86

https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-47307-head-9a04ddee2ee04376ae/System.Linq.Parallel.Tests/console.0e35ac6f.log?sv=2019-07-07&se=2021-03-15T02%3A22%3A01Z&sr=c&sp=rl&sig=zdrZjpHUrBJpYgQAvQb%2B81EHbJ%2FAhhe7BloSTARNazg%3D

@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 Feb 26, 2021
@kunalspathak
Copy link
Member Author

@dotnet/jit-contrib

Copy link
Contributor

@sandreenko sandreenko left a comment

Choose a reason for hiding this comment

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

LGTM

@kunalspathak kunalspathak merged commit 121b732 into dotnet:master Feb 26, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Mar 28, 2021
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