Skip to content

Conversation

@AndyAyersMS
Copy link
Member

Don't spill unused zeros early; we might decide to use them later.

Fixes #91796.

Don't spill unused zeros early; we might decide to use them later.

Fixes dotnet#91796.
@ghost ghost added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Sep 10, 2023
@ghost ghost assigned AndyAyersMS Sep 10, 2023
@ghost
Copy link

ghost commented Sep 10, 2023

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

Issue Details

Don't spill unused zeros early; we might decide to use them later.

Fixes #91796.

Author: AndyAyersMS
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

@AndyAyersMS
Copy link
Member Author

@tannergooding PTAL
cc @dotnet/jit-contrib


if (unusedVal1)
// Consume operands we won't use, in case they have side effects.
//
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
//

@AndyAyersMS
Copy link
Member Author

SPMI failure is #91838.

@AndyAyersMS AndyAyersMS merged commit c84ccfa into dotnet:main Sep 11, 2023
@AndyAyersMS
Copy link
Member Author

/backport to release/8.0

@github-actions
Copy link
Contributor

@ghost ghost locked as resolved and limited conversation to collaborators Oct 11, 2023
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.

Assertion failed '!"Duplicate gtTreeID was found"' during 'Importation'

3 participants