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

Remove GTF_LATE_ARG #68617

Merged
merged 3 commits into from
Apr 28, 2022
Merged

Remove GTF_LATE_ARG #68617

merged 3 commits into from
Apr 28, 2022

Conversation

jakobbotsch
Copy link
Member

This serves no purpose anymore after the call args refactoring and
removing stores as call operands in LIR.

FWIW, what I plan to work on next in this area is to consistently include the signature type/class handle inside CallArg somewhere.
That should allow us to get rid of GT_PUTARG_TYPE and also contributes to #51569 and #11057.

This serves no purpose anymore after the call args refactoring and
removing stores as call operands in LIR.
@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 Apr 27, 2022
@ghost ghost assigned jakobbotsch Apr 27, 2022
@ghost
Copy link

ghost commented Apr 27, 2022

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

Issue Details

This serves no purpose anymore after the call args refactoring and
removing stores as call operands in LIR.

FWIW, what I plan to work on next in this area is to consistently include the signature type/class handle inside CallArg somewhere.
That should allow us to get rid of GT_PUTARG_TYPE and also contributes to #51569 and #11057.

Author: jakobbotsch
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

@jakobbotsch
Copy link
Member Author

cc @dotnet/jit-contrib

@jakobbotsch jakobbotsch merged commit f10cdda into dotnet:main Apr 28, 2022
@jakobbotsch jakobbotsch deleted the remove-GTF_LATE_ARG branch April 28, 2022 11:27
@ghost ghost locked as resolved and limited conversation to collaborators May 28, 2022
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.

2 participants