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

Support multi-dimensional array Set intrinsic for struct element types #68947

Open
BruceForstall opened this issue May 6, 2022 · 1 comment
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone

Comments

@BruceForstall
Copy link
Member

BruceForstall commented May 6, 2022

For completeness, support a[i,j] = s for struct expression s.

Currently, the JIT falls back to calling the helper function. This decision is made in impArrayAccessIntrinsic.

Related: #60785

category:cq
theme:md-arrays
skill-level:expert
cost:large

impact:medium

@BruceForstall BruceForstall added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label May 6, 2022
@BruceForstall BruceForstall added this to the Future milestone May 6, 2022
@ghost
Copy link

ghost commented May 6, 2022

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

Issue Details

For completeness, support a[i,j] = s for struct expression s.

Currently, the JIT falls back to calling the helper function. This decision is made in impArrayAccessIntrinsic.

Related: #60785

category:cq
theme:md-arrays
skill-level:expert
cost:large

Author: BruceForstall
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: Future

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
Development

No branches or pull requests

1 participant