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] Implement CodeGen::genHWIntrinsicJumpTableFallback #34228

Closed
echesakov opened this issue Mar 28, 2020 · 0 comments · Fixed by #35030
Closed

[Arm64] Implement CodeGen::genHWIntrinsicJumpTableFallback #34228

echesakov opened this issue Mar 28, 2020 · 0 comments · Fixed by #35030
Assignees
Labels
arch-arm64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone

Comments

@echesakov
Copy link
Contributor

echesakov commented Mar 28, 2020

I started working on intrinsics that accept an immediate as a parameter and found that we don't have an implementation of CodeGen::genHWIntrinsicJumpTableFallback on Arm64 that generates the jump-table fallback for such intrinsics when we that parameter is not const.

cc @BruceForstall

category:implementation
theme:intrinsics
skill-level:intermediate
cost:medium

@echesakov echesakov added arch-arm64 area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI labels Mar 28, 2020
@echesakov echesakov self-assigned this Mar 28, 2020
@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the untriaged New issue has not been triaged by the area owner label Mar 28, 2020
@BruceForstall BruceForstall removed the untriaged New issue has not been triaged by the area owner label Apr 2, 2020
@BruceForstall BruceForstall added this to the 5.0 milestone Apr 2, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 10, 2020
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants