Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Aug 29, 2024

Backport of #107053 to release/9.0

/cc @tannergooding

Customer Impact

  • Customer reported
  • Found internally

Found by Antigen: #106372

Developers using the new vector CreateSequence API for long or ulong on an x86 machine would see incorrect results.

Regression

  • Yes
  • No

This is a new API in .NET 9 and a scenario that was missed for non-constant inputs on 32-bit hardware.

Testing

An explicit regression test was added and additional code paths were checked to ensure they were correctly handling the inputs.

Risk

Low. This is a net new API in .NET 9 and is simply falling back to the managed code path for 32-bit hardware, as expected.

@ghost ghost added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Aug 29, 2024
@dotnet-policy-service
Copy link
Contributor

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

@tannergooding
Copy link
Member

CC. @dotnet/jit-contrib, @EgorBo

@tannergooding
Copy link
Member

Closed and reopened to get CI to start, its going now

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

@jeffschwMSFT jeffschwMSFT added the Servicing-approved Approved for servicing release label Aug 29, 2024
@jeffschwMSFT
Copy link
Member

@tannergooding can you take a look at the PR failures?

@tannergooding
Copy link
Member

@jeffschwMSFT, they are unrelated flaky tests and passed on rerun. -- They are variations of the general exit code 137 failure that has several tracking issues already (https://github.com/dotnet/runtime/issues?q=is%3Aissue+is%3Aopen+exit+code+137+)

@jeffschwMSFT jeffschwMSFT merged commit d4bce38 into release/9.0 Sep 4, 2024
@tannergooding tannergooding deleted the backport/pr-107053-to-release/9.0 branch September 4, 2024 21:25
@github-actions github-actions bot locked and limited conversation to collaborators Oct 6, 2024
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 Servicing-approved Approved for servicing release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants