Skip to content

Conversation

@kunalspathak
Copy link
Contributor

@kunalspathak kunalspathak commented Jun 3, 2020

Optimize some more APIs with ARM64 hardware intrinsics:

Contributes to #33308 and #33496.

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Jun 3, 2020
@kunalspathak
Copy link
Contributor Author

Thanks @tannergooding for reviewing.

@echesakovMSFT , @TamarChristinaArm.

@kunalspathak kunalspathak marked this pull request as ready for review June 3, 2020 21:26
@kunalspathak kunalspathak changed the title More hwintrinsic Optimize AsVector, AsVector128, GetUpper, As and WithElement with ARM64 intrinsics Jun 3, 2020
@kunalspathak kunalspathak merged commit f3c6ec3 into dotnet:master Jun 3, 2020
@kunalspathak kunalspathak deleted the more-hwintrinsic branch June 3, 2020 23:25
@TamarChristinaArm
Copy link
Contributor

Thanks @kunalspathak! I think you have a ticket for this right?

        53003C00          uxth    w0, w0
        4E0A1C10          ins     v16.h[2], w0

That there's no zero extension needed here? I think I remember this being discussed when Insert was added?

@kunalspathak
Copy link
Contributor Author

Thanks @kunalspathak! I think you have a ticket for this right?

        53003C00          uxth    w0, w0
        4E0A1C10          ins     v16.h[2], w0

That there's no zero extension needed here? I think I remember this being discussed when Insert was added?

Yep, its here. #35590 (comment)

@ghost ghost locked as resolved and limited conversation to collaborators Dec 8, 2020
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants