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: Clear register assignment after defining trees used from spill temps #105840

Closed
wants to merge 1 commit into from

Conversation

jakobbotsch
Copy link
Member

Fix #105837

@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 Aug 1, 2024
@jakobbotsch jakobbotsch added this to the 10.0.0 milestone Aug 1, 2024
@jakobbotsch
Copy link
Member Author

Hmm, we use the reg as an index to find out which spill temp we spilled into when we get to the use, so this isn't all that simple.

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.

JIT: Codegen should unset register assignments after defining nodes that will be used from spill temps
1 participant