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

[release/5.0] Fix an over-constrained use of a byte reg #41642

Merged
merged 2 commits into from
Sep 1, 2020

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 1, 2020

Backport of #41004 to release/5.0

/cc @CarolEidt

Customer Impact

This is a rare case, introduced by new struct copy code that has 4 incoming source registers and requires a byteable temp register for the odd byte-count case. It was found in stress testing, but if it occurs it is a silent bad codegen bug.

Testing

Caught by outerloop stress testing. Backporting this fix will support clean outerloop testing in this branch.

Risk

The fix is low risk, and narrowly targeted.

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Sep 1, 2020
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. Please merge.

@CarolEidt CarolEidt merged commit cc705af into release/5.0 Sep 1, 2020
@jkotas jkotas deleted the backport/pr-41004-to-release/5.0 branch September 2, 2020 03:29
@ghost ghost locked as resolved and limited conversation to collaborators Dec 7, 2020
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.

4 participants