Skip to content

[release/6.0] Fix incorrect VN when folding GT_NEG(GT_MUL(A, C)) - #57686

Merged
jeffschwMSFT merged 2 commits into
release/6.0from
backport/pr-57651-to-release/6.0
Aug 19, 2021
Merged

[release/6.0] Fix incorrect VN when folding GT_NEG(GT_MUL(A, C))#57686
jeffschwMSFT merged 2 commits into
release/6.0from
backport/pr-57651-to-release/6.0

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Aug 18, 2021

Copy link
Copy Markdown
Contributor

Backport of #57651 to release/6.0

/cc @jakobbotsch

Customer Impact

Results in silent bad codegen with certain programming constructs, however the case was found by automated test case generation and not a customer.

Testing

Regression tests are included in the PR.

Risk

Low, this is a targeted fix that updates the stale data leading to the bad codegen.

@ghostghost added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Aug 18, 2021
@ghost

Copy link
Copy Markdown

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

Issue Details

Backport of #57651 to release/6.0

/cc @jakobbotsch

Customer Impact

Testing

Risk

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

area-CodeGen-coreclr

Milestone:-

@jeffschwMSFTjeffschwMSFT left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Approved. Please get a CR and we can merge for RC2.

@jeffschwMSFT
jeffschwMSFT merged commit 5aeb4f3 into release/6.0Aug 19, 2021
@akoeplinger
akoeplinger deleted the backport/pr-57651-to-release/6.0 branch August 28, 2021 22:04
@ghostghost locked as resolved and limited conversation to collaborators Sep 27, 2021
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-CodeGen-coreclrCLR 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.

3 participants

@EgorBo@jeffschwMSFT@jakobbotsch