Skip to content

Conversation

@jonathandavies-arm
Copy link
Contributor

There was an issue in the helper function when shifting a negative value by a small amount so that it is greater than -128. e.g. -10 >> 1 should be -20 but the helper return -128. This only effected 120 cases out of 65535 so it isn't seen very often.

@github-actions github-actions bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Nov 13, 2025
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Nov 13, 2025
@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.

@jonathandavies-arm
Copy link
Contributor Author

@dotnet/arm64-contrib

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 community-contribution Indicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Test failure: _Sve2_r::JIT.HardwareIntrinsics.Arm._Sve2.Program.Sve2_ShiftArithmeticRoundedSaturate_sbyte()

2 participants