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

ARM64-SVE: Always convert to mask for mask APIs #106690

Merged
merged 3 commits into from
Aug 22, 2024

Conversation

a74nh
Copy link
Contributor

@a74nh a74nh commented Aug 20, 2024

Fixes #104836

SVE Stress tests all pass

@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 Aug 20, 2024
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Aug 20, 2024
@a74nh a74nh marked this pull request as ready for review August 20, 2024 13:48
@a74nh
Copy link
Contributor Author

a74nh commented Aug 20, 2024

@dotnet/arm64-contrib @kunalspathak @amanasifkhalid

Copy link
Member

@amanasifkhalid amanasifkhalid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@amanasifkhalid amanasifkhalid merged commit 410c154 into dotnet:main Aug 22, 2024
108 checks passed
@a74nh a74nh deleted the always_github branch August 22, 2024 15:43
@github-actions github-actions bot locked and limited conversation to collaborators Sep 22, 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 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.

JIT: SVE Cleanup - In the importer, always ConvertToMask on SVE APIs that require a mask.
3 participants