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

[hackathon] CreateSpan<T> support of a RVA field of a primitive type #60525

Conversation

davidwrighton
Copy link
Member

Most static initialization data fields are of a structure type, but it is legal for them to be of a primitive type. Fix the CreateSpan intrinsic to handle that case

…t is legal for them to be of a primitive type. Fix the CreateSpan intrinsic to handle that case
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Oct 17, 2021
@ghost
Copy link

ghost commented Oct 17, 2021

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

Issue Details

Most static initialization data fields are of a structure type, but it is legal for them to be of a primitive type. Fix the CreateSpan intrinsic to handle that case

Author: davidwrighton
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

@davidwrighton davidwrighton merged commit 2a07030 into dotnet:feature/lowlevelhackathon Oct 17, 2021
davidwrighton added a commit to davidwrighton/runtime that referenced this pull request Nov 2, 2021
…t is legal for them to be of a primitive type. Fix the CreateSpan intrinsic to handle that case (dotnet#60525)
@ghost ghost locked as resolved and limited conversation to collaborators Nov 17, 2021
@davidwrighton davidwrighton deleted the fix_createspan_with_initdataofprimitivetype branch April 13, 2023 18:50
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.

1 participant