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] Use stp (SIMD) in genCodeForInitBlkUnroll and genCodeForCpBlkUnroll #48934

Closed
echesakov opened this issue Mar 2, 2021 · 1 comment · Fixed by #61030
Closed

[Arm64] Use stp (SIMD) in genCodeForInitBlkUnroll and genCodeForCpBlkUnroll #48934

echesakov opened this issue Mar 2, 2021 · 1 comment · Fixed by #61030
Assignees
Labels
arch-arm64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI optimization
Milestone

Comments

@echesakov
Copy link
Contributor

Use an approach suggested by Tamar in #43789 (comment)
Also see follow up in #43789 (comment)

We should investigate if we can use DC ZCA for genCodeForInitBlkUnroll when src->IsIntegralConst(0) in the same fashion as it is done in #46609

cc @dotnet/jit-contrib @TamarChristinaArm

@echesakov echesakov added arch-arm64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI optimization labels Mar 2, 2021
@echesakov echesakov added this to the 6.0.0 milestone Mar 2, 2021
@echesakov echesakov self-assigned this Mar 2, 2021
@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Mar 2, 2021
@echesakov echesakov removed the untriaged New issue has not been triaged by the area owner label Mar 2, 2021
@echesakov
Copy link
Contributor Author

Will not make in .NET 6

@echesakov echesakov modified the milestones: 6.0.0, Future Jul 8, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jan 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-arm64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI optimization
Projects
Archived in project
2 participants