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/7.0-rc1] Disable matching constants for vectors that needs upper half to be save/restore #74192

Merged
merged 4 commits into from
Aug 20, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 18, 2022

Backport of #74110 to release/7.0-rc1

/cc @kunalspathak

Customer Impact

There was a silent bad codegen issue that would result in wrong result in some cases where Vector256 are involved.

Testing

Existing test.

Risk

Compared to .NET 6, nothing. #70171 did see few improvements that we won't see in certain benchmarks.

IMPORTANT: Is this backport for a servicing release? If so and this change touches code that ships in a NuGet package, please make certain that you have added any necessary package authoring and gotten it explicitly reviewed.

@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 18, 2022
@ghost
Copy link

ghost commented Aug 18, 2022

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

Issue Details

Backport of #74110 to release/7.0-rc1

/cc @kunalspathak

Customer Impact

Testing

Risk

IMPORTANT: Is this backport for a servicing release? If so and this change touches code that ships in a NuGet package, please make certain that you have added any necessary package authoring and gotten it explicitly reviewed.

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

area-CodeGen-coreclr

Milestone: -

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 get a code review, and once we have a green ci we can merge.

@kunalspathak
Copy link
Member

@dotnet/jit-contrib @BruceForstall

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. once we get a clean ci we can merge.

@JulieLeeMSFT JulieLeeMSFT added this to the 7.0.0 milestone Aug 19, 2022
@carlossanlop
Copy link
Member

Approved and signed off.
CI is green.
Ready to merge.

@carlossanlop carlossanlop merged commit 2b52df8 into release/7.0-rc1 Aug 20, 2022
@carlossanlop carlossanlop deleted the backport/pr-74110-to-release/7.0-rc1 branch August 20, 2022 17:38
@ghost ghost locked as resolved and limited conversation to collaborators Sep 19, 2022
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