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

Don't report ZR reg to GC #65253

Merged
merged 1 commit into from
Feb 12, 2022
Merged

Don't report ZR reg to GC #65253

merged 1 commit into from
Feb 12, 2022

Conversation

EgorBo
Copy link
Member

@EgorBo EgorBo commented Feb 12, 2022

Fixes #65175 (regressed by #64683)

varTypeIsIntegralOrI name is quite confusing 😞 it sounds more like it checks whether a type is an integer on native integer (e.g. TYP_I_IMPL) but in reality TYP_REF and TYP_BYREF gc types also bypass it

The fix avoids propagating TYP_REF/TYP_BYREF for nullchecks

@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 12, 2022
@ghost ghost assigned EgorBo Feb 12, 2022
@ghost
Copy link

ghost commented Feb 12, 2022

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

Issue Details

Fixes #65175

Author: EgorBo
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

@EgorBo

This comment was marked as resolved.

@azure-pipelines

This comment was marked as resolved.

@EgorBo
Copy link
Member Author

EgorBo commented Feb 12, 2022

/azp run runtime-coreclr outerloop, runtime-coreclr gcstress0x3-gcstress0xc

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@EgorBo EgorBo marked this pull request as ready for review February 12, 2022 15:27
@EgorBo
Copy link
Member Author

EgorBo commented Feb 12, 2022

@dotnet/jit-contrib PTAL, it fixes rolling builds

@EgorBo EgorBo merged commit 78c6505 into dotnet:main Feb 12, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Mar 15, 2022
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.

[linux][arm64] Assert failure: 'regNum >= 0 && regNum <= 30' at gcinfodecoder.cpp
2 participants