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/6.0] Use separate VNs for DBL2INT_OVF helpers #58931

Merged
merged 2 commits into from
Sep 10, 2021

Conversation

github-actions[bot]
Copy link
Contributor

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

Backport of #58868 to release/6.0

/cc @EgorBo

Customer Impact

In some specific cases checked casts from float/double to any integer type might not throw OverflowException where they should (see the test-case as an example)

Testing

The fix contains a test

Risk

Low, it may only affect code where we mix checked and unchecked contexts for float-to-integer conversions.

/cc @dotnet/jit-contrib @AndyAyersMS

@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 Sep 10, 2021
@ghost
Copy link

ghost commented Sep 10, 2021

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

Issue Details

Backport of #58868 to release/6.0

/cc @EgorBo

Customer Impact

Testing

Risk

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 then we can merge.

@EgorBo
Copy link
Member

EgorBo commented Sep 10, 2021

PTAL @dotnet/jit-contrib

@JulieLeeMSFT JulieLeeMSFT added this to the 6.0.0 milestone Sep 10, 2021
@jeffschwMSFT jeffschwMSFT merged commit 6cc1f6b into release/6.0 Sep 10, 2021
@jkotas jkotas deleted the backport/pr-58868-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.

4 participants