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: Remove HW_Flag_HasEnumOperand #105702 #106622

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

a74nh
Copy link
Contributor

@a74nh a74nh commented Aug 19, 2024

The flag is not required - HW_Flag_HasImmediateOperand can be used instead.

Also, reorder the flags enum.

Ran stress testing. Found #106621, but it's not related to this PR. Otherwise all pass.

I also think the emitIns_R_PATTERN should be merged into emitIns_R_I, and emitIns_R_PATTERN_I into emitIns_R_I_I, but that's for a later PR.

The flag is not required - HW_Flag_HasImmediateOperand can be
used instead.

Also, reorder the flags enum.
@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 19, 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 19, 2024
Copy link
Contributor

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

@a74nh a74nh changed the title ARM64-SVE: Remove HW_Flag_HasEnumOperand ARM64-SVE: Remove HW_Flag_HasEnumOperand #105702 Aug 19, 2024
@a74nh a74nh marked this pull request as ready for review August 19, 2024 12:44
@a74nh
Copy link
Contributor Author

a74nh commented Aug 19, 2024

@dotnet/arm64-contrib @kunalspathak. A quick cleanup.

@a74nh a74nh added this to the 10.0.0 milestone Aug 19, 2024
@a74nh a74nh added the arm-sve Work related to arm64 SVE/SVE2 support label Aug 19, 2024
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!

@a74nh
Copy link
Contributor Author

a74nh commented Aug 20, 2024

Fixes #105702

@github-actions github-actions bot locked and limited conversation to collaborators Sep 20, 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 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.

2 participants