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: Generalize hasFixedRetBuffReg for ARM64 #100277

Merged
merged 2 commits into from
Mar 26, 2024

Conversation

jakobbotsch
Copy link
Member

Move a check from CallArgs::GetCustomRegister to hasFixedRetBuffReg.

Split out from #100276.

Move a check from `CallArgs::GetCustomRegister` to `hasFixedRetBuffReg`.
@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 Mar 26, 2024
@jakobbotsch jakobbotsch marked this pull request as ready for review March 26, 2024 15:51
@jakobbotsch
Copy link
Member Author

cc @dotnet/jit-contrib PTAL @AndyAyersMS

No diffs. A bit of a TP hit, but I think I'll be able to get rid of most/all uses of this function once I get further with the ABI work.

@jakobbotsch jakobbotsch requested a review from AndyAyersMS March 26, 2024 15:52
@jakobbotsch jakobbotsch merged commit e04d9aa into dotnet:main Mar 26, 2024
110 checks passed
@jakobbotsch jakobbotsch deleted the generalize-hasFixedRetBuffReg branch March 26, 2024 17:14
@github-actions github-actions bot locked and limited conversation to collaborators Apr 26, 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.

2 participants