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

JIT: Switch genCall to new ABI info and unify targets #103866

Merged
merged 5 commits into from
Jun 26, 2024

Conversation

jakobbotsch
Copy link
Member

No description provided.

@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 Jun 23, 2024
Copy link
Contributor

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

@jakobbotsch jakobbotsch marked this pull request as ready for review June 25, 2024 18:01
@jakobbotsch
Copy link
Member Author

cc @dotnet/jit-contrib @dotnet/samsung @shushanhf PTAL @AndyAyersMS

Diffs. Diffs on win-x64 because we place varargs registers slightly later (if an argument is passed in a float register it must also be passed in a corresponding integer registers, and we do that slightly later with this PR). Some minor TP regressions.

@jakobbotsch jakobbotsch merged commit ab8d540 into dotnet:main Jun 26, 2024
105 of 107 checks passed
@jakobbotsch jakobbotsch deleted the genCall-new-abi branch June 26, 2024 11:11
@github-actions github-actions bot locked and limited conversation to collaborators Jul 27, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants