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

Intrinsify typeof(T).GetGenericTypeDefinition #97159

Conversation

Sergio0694
Copy link
Contributor

Contributes to #96898

Still work in progress, missing the managed implementation (and likely more stuff)

@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 Jan 18, 2024
@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Jan 18, 2024
@ghost
Copy link

ghost commented Jan 18, 2024

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

Issue Details

Contributes to #96898

Still work in progress, missing the managed implementation (and likely more stuff)

Author: Sergio0694
Assignees: -
Labels:

area-CodeGen-coreclr, community-contribution

Milestone: -

src/coreclr/inc/corinfo.h Outdated Show resolved Hide resolved
@Sergio0694 Sergio0694 force-pushed the user/sergiopedri/get-generic-type-definition-intrinsic branch from 1da492b to 839f4c3 Compare January 18, 2024 18:03
@jkotas
Copy link
Member

jkotas commented Jan 22, 2024

#97272 needs to be fixed first before more System.Type methods are converted into intrinsics.

@ghost ghost closed this Feb 21, 2024
@ghost
Copy link

ghost commented Feb 21, 2024

Draft Pull Request was automatically closed for 30 days of inactivity. Please let us know if you'd like to reopen it.

@Sergio0694 Sergio0694 force-pushed the user/sergiopedri/get-generic-type-definition-intrinsic branch from 7c1b5de to 7584128 Compare March 12, 2024 17:52
@Sergio0694 Sergio0694 marked this pull request as ready for review March 12, 2024 18:54
@Sergio0694
Copy link
Contributor Author

Sergio0694 commented Mar 12, 2024

Making this a draft so I can reuse isGenericType from #99555 after that one is merged.

@Sergio0694 Sergio0694 marked this pull request as draft March 12, 2024 21:07
Copy link
Contributor

Draft Pull Request was automatically closed for 30 days of inactivity. Please let us know if you'd like to reopen it.

@github-actions github-actions bot locked and limited conversation to collaborators May 12, 2024
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 community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants