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

[mono][jit] Enabled Ctor, Set_Item and Get_Item Vector4 intrinsics for miniJIT on ARM64 #89501

Merged
merged 2 commits into from
Jul 28, 2023

Conversation

LeVladIonescu
Copy link
Contributor

This PR contributes to #86957.

Signed-off-by: Vlad - Alexandru Ionescu <vlad-alexandruionescu@Vlads-MacBook-Pro-5.local>
Copy link
Member

@fanyang-mono fanyang-mono 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 for adding the intrinsics for Vector4. :)

MONO_EMIT_NEW_COND_EXC (cfg, GE_UN, "ArgumentOutOfRangeException");
}

if (COMPILE_LLVM (cfg)) {
Copy link
Member

Choose a reason for hiding this comment

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

I believe that there is something that we could do to simplify this code path. Please open an issue to track it. You could say something like "Merge LLVM and non-llvm code path in emit_vector_2_3_4" in the issue.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@fanyang-mono
Copy link
Member

Looks like the test failures on Build Libraries Test Run release mono linux arm64 Debug are related. Please take a look.

src/mono/mono/mini/simd-intrinsics.c Outdated Show resolved Hide resolved
@ghost ghost added the needs-author-action An issue or pull request that requires more info or actions from the author. label Jul 27, 2023
Signed-off-by: Vlad <vladionescu1399@gmail.com>
@ghost ghost removed the needs-author-action An issue or pull request that requires more info or actions from the author. label Jul 28, 2023
@LeVladIonescu
Copy link
Contributor Author

Looks like the test failures on Build Libraries Test Run release mono linux arm64 Debug are related. Please take a look.

They were caused by not handling non constant index cases for get and set item.

@LeVladIonescu LeVladIonescu merged commit b9db657 into dotnet:main Jul 28, 2023
100 checks passed
@ghost ghost locked as resolved and limited conversation to collaborators Aug 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants