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 call emitIns_Mov when canskip is true #106693

Merged
merged 3 commits into from
Aug 21, 2024

Conversation

a74nh
Copy link
Contributor

@a74nh a74nh commented Aug 20, 2024

Fixes #104841

Stress tests pass for all Arm64 hwintrinsics

@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 16:10
@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!

src/coreclr/jit/hwintrinsiccodegenarm64.cpp Outdated Show resolved Hide resolved
@amanasifkhalid amanasifkhalid merged commit eb655cf into dotnet:main Aug 21, 2024
111 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Sep 21, 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 - Simplify emitIns_Mov code when emitting RMW intrinsics
3 participants