Skip to content

[release/6.0] Use separate VNs for DBL2INT_OVF helpers - #58931

Merged
jeffschwMSFT merged 2 commits into
release/6.0from
backport/pr-58868-to-release/6.0
Sep 10, 2021
Merged

[release/6.0] Use separate VNs for DBL2INT_OVF helpers#58931
jeffschwMSFT merged 2 commits into
release/6.0from
backport/pr-58868-to-release/6.0

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Sep 10, 2021

Copy link
Copy Markdown
Contributor

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

@ghostghost 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
Copy Markdown

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:-

@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 code review and then we can merge.

@EgorBo

Copy link
Copy Markdown
Member

PTAL @dotnet/jit-contrib

@JulieLeeMSFTJulieLeeMSFT added this to the 6.0.0 milestone Sep 10, 2021
@jeffschwMSFT
jeffschwMSFT merged commit 6cc1f6b into release/6.0Sep 10, 2021
@jkotas
jkotas deleted the backport/pr-58868-to-release/6.0 branch September 18, 2021 04:09
@ghostghost locked as resolved and limited conversation to collaborators Nov 3, 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.

4 participants

@EgorBo@jeffschwMSFT@AndyAyersMS@JulieLeeMSFT