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: Handle GT_RETFILT when updating GC information for returns #111621

Merged
merged 2 commits into from
Jan 22, 2025

Conversation

jakobbotsch
Copy link
Member

We were updating GC information as if RETFILT were normal returns.

Fix #111618

We were updating GC information as if RETFILT were normal returns.

Fix dotnet#111618
@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 20, 2025
@jakobbotsch
Copy link
Member Author

/azp run runtime-coreclr superpmi-diffs

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jakobbotsch jakobbotsch marked this pull request as ready for review January 22, 2025 19:33
@jakobbotsch
Copy link
Member Author

cc @dotnet/jit-contrib PTAL @kunalspathak

@jakobbotsch jakobbotsch merged commit 11d70ec into dotnet:main Jan 22, 2025
109 checks passed
@jakobbotsch jakobbotsch deleted the fix-111618 branch January 22, 2025 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.

JIT: Assertion failed '(gcRegByrefSetCur & regMask) == 0' during 'Generate code'
2 participants