Skip to content

[6.0] [DebugInfo] Salvage debug info for stores removed by DeadObject-Elim #72664

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

Conversation

Snowy1803
Copy link
Member

  • Explanation:Debug info was lost by the Dead Object Elimination pass. This PR salvages the debug info for the eliminated object.
  • Scope: Adds debug value instructions in the Dead Object Elimination pass
  • Original PR: [DebugInfo] Salvage debug info for stores removed by DeadObjectElim #72207
  • Risk: Low, only debug instructions are added
  • Testing: The SILVerifier check ensures all debug info is correct. A test has also been added for this.
  • Issue: rdar://124283055
  • Reviewer: @adrian-prantl

@Snowy1803 Snowy1803 requested a review from a team as a code owner March 28, 2024 16:37
@Snowy1803
Copy link
Member Author

@swift-ci test

@adrian-prantl adrian-prantl enabled auto-merge March 28, 2024 18:10
@adrian-prantl adrian-prantl merged commit 82bb5b8 into swiftlang:release/6.0 Mar 28, 2024
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.

2 participants