Skip to content

[sil] Add support for ApplySite::getCalleeDeclRef.#87301

Merged
gottesmm merged 1 commit intoswiftlang:mainfrom
gottesmm:pr-fd56e8499232cd2e6686191b9453ad1cda0cbca9
Feb 19, 2026
Merged

[sil] Add support for ApplySite::getCalleeDeclRef.#87301
gottesmm merged 1 commit intoswiftlang:mainfrom
gottesmm:pr-fd56e8499232cd2e6686191b9453ad1cda0cbca9

Conversation

@gottesmm
Copy link
Contributor

This can be used to get the SILDeclRef for all of the various apply site kinds. It is a composition of getCalleeOrigin + special code for handling FunctionRefs and MethodInst. It essentially lets one abstract over the function ref/method inst code.

This can be used to get the SILDeclRef for all of the various apply site
kinds. It is a composition of getCalleeOrigin + special code for handling
FunctionRefs and MethodInst. It essentially lets one abstract over the function
ref/method inst code.
@gottesmm gottesmm requested a review from jckarter as a code owner February 18, 2026 06:53
@gottesmm
Copy link
Contributor Author

@swift-ci smoke test

@gottesmm gottesmm enabled auto-merge February 18, 2026 06:53
@gottesmm
Copy link
Contributor Author

Just slimming down a larger commit

@gottesmm
Copy link
Contributor Author

@swift-ci smoke test macOS platform

@gottesmm gottesmm merged commit a96cc53 into swiftlang:main Feb 19, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments