Skip to content

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

Closed
@jakobbotsch

Description

@jakobbotsch

It is confusing that nodes that end up being used directly from their spill location still end up with a register assignment set when we get to their use. I do not think that register assignment has anything meaningful, so as part of the spill codegen should be able to unset it.

Context: #105833 (comment)

Metadata

Metadata

Assignees

Labels

area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions