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

[SYCL] Correctly handle debug information in global offset pass #16963

Open
wants to merge 1 commit into
base: sycl
Choose a base branch
from

Conversation

jchlanda
Copy link
Contributor

Make sure that cloned functions do not use debug information that points to the original function. In doing so for each cloned function, create a DISubprogram that describe the clone and walk the instructions of cloned functions to correctly fix up the debug information.

@jchlanda jchlanda requested a review from a team as a code owner February 11, 2025 11:16
@jchlanda jchlanda force-pushed the jakub/disubprogram_global_offset branch from 1564ff0 to a89e7b4 Compare February 11, 2025 11:30
@jchlanda jchlanda force-pushed the jakub/disubprogram_global_offset branch from a89e7b4 to 37b3f73 Compare February 11, 2025 12:30
Make sure that cloned functions do not use debug information that points
to the original function. In doing so create a DISubprogram that
describes clones, and walk the instructions of cloned functions to
correctly fix up the debug information.
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