Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 13, 2021

Backport of #58980 to release/6.0

/cc @jakobbotsch

Customer Impact

In #58589 I added an overly eager assert that also got backported in #58951. To avoid hitting this assert in the 6.0 branch in case we need to investigate a problem, I'm also backporting the removal of this assert.

Testing

There is a new test that uses this code path hitting the assert.

Risk

None, this is removing debug-only code.

It is perfectly possible for us to replace a promoted struct by its only
field where that field is marked do-not-enregister. Since this path does
handle the proper retyping when normalization is required this assertion
is benign.

Fix #58972
@ghost ghost added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Sep 13, 2021
@ghost
Copy link

ghost commented Sep 13, 2021

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

Issue Details

Backport of #58980 to release/6.0

/cc @jakobbotsch

Customer Impact

Testing

Risk

Author: github-actions[bot]
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

@JulieLeeMSFT
Copy link
Member

CC @dotnet/jit-contrib @kunalspathak Please review it ASAP before RC2 snap.

@Anipik
Copy link
Contributor

Anipik commented Sep 14, 2021

cc @jeffschwMSFT

Copy link
Member

@jeffschwMSFT jeffschwMSFT left a comment

Choose a reason for hiding this comment

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

Approved. Let's wait for a green ci.

@jeffschwMSFT
Copy link
Member

I feel this is opportunistic. If we make the RC2 snap, let's take it.

@jeffschwMSFT jeffschwMSFT merged commit b3a9b0b into release/6.0 Sep 14, 2021
@jkotas jkotas deleted the backport/pr-58980-to-release/6.0 branch September 18, 2021 04:09
@ghost ghost locked as resolved and limited conversation to collaborators Nov 3, 2021
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.

5 participants