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

[ppc64le] Fixed System.Runtime.Intrinsics tests failures #110126

Open
wants to merge 34 commits into
base: release/9.0
Choose a base branch
from

Conversation

alhad-deshpande
Copy link
Contributor

@alhad-deshpande alhad-deshpande commented Nov 25, 2024

Fixed System.Runtime.Intrinsics tests failures on Power by adding support to pass parameters with larger offsets than 16K on stack. This is a bacport PR of #109725 for .NET 9.0 release branch.

Business Justifcation: The fix is in a power specific file and does not pose any risk to other architectures. As the fix is related to passing the parameters on stack with larger offsets, this is a very important fix that must go in .NET 9. Without this fix, users on Power might get into this error if there is larger stack size which can be due to heavy inlining of functions.

Cc: @leecow @uweigand @janani66

alhad-deshpande and others added 30 commits September 8, 2022 10:55
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Nov 25, 2024
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Codegen-JIT-mono 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.

4 participants