Skip to content

[MachineFunction] Move CallSiteInfo constructor out of header #151520

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

Merged
merged 1 commit into from
Jul 31, 2025

Conversation

Prabhuk
Copy link
Contributor

@Prabhuk Prabhuk commented Jul 31, 2025

In a recently landed PR #87575 a new constructor for
MachineFunction::CallSiteInfo was introduced to support handling of
callee_type metadata for indirect calls. Moving the implementation of
the constructor out of the header into the CPP file.

In a recently landed PR llvm#87575 a new constructor for
MachineFunction::CallSiteInfo was introduced to support handling of
callee_type metadata for indirect calls. Moving the implementation of
the constructor out of the header into the CPP file.
@Prabhuk Prabhuk merged commit 9e0dc4f into llvm:main Jul 31, 2025
11 checks passed
@Prabhuk Prabhuk deleted the fix_header branch July 31, 2025 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants