Skip to content

Conversation

@a74nh
Copy link
Contributor

@a74nh a74nh commented Aug 13, 2024

Fixes #105512

Added LD, ST and CMP flags to all the relevant SVE instructions.

(I don't think CMP is checked anywhere, but did it anyway).

@ghost ghost added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Aug 13, 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 13, 2024
@a74nh a74nh marked this pull request as ready for review August 13, 2024 14:28
@a74nh a74nh changed the title ARM-SVE: Add LD/ST info to SVE instructions ARM-SVE: Add LD/ST info to SVE instructions #105512 Aug 13, 2024
@a74nh
Copy link
Contributor Author

a74nh commented Aug 13, 2024

@dotnet/arm64-contrib @kunalspathak

@a74nh a74nh added the arm-sve Work related to arm64 SVE/SVE2 support label Aug 13, 2024
Copy link
Contributor

@kunalspathak kunalspathak left a comment

Choose a reason for hiding this comment

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

LGTM. I assume all sve stress tests passes.

@a74nh
Copy link
Contributor Author

a74nh commented Aug 13, 2024

I assume all sve stress tests passes.

Yes, they all work.

It takes 50mins to run all the stress tests for RO on my machine. Thankfully I don't think it will be added to the CI like that.

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 arm-sve Work related to arm64 SVE/SVE2 support 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.

Arm64/Sve: Ld/St info should be added for SVE instructions

3 participants