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

Fix ADCE to not eliminate top level DebugInfo instructions #4889

Merged
merged 1 commit into from
Aug 15, 2022

Conversation

greg-lunarg
Copy link
Contributor

Specifically, DebugSourceContinued, DebugCompilationUnit, and
DebugEntryPoint. These instructions are top-level instructions
which do not or may not have a user except for the tool and so
should not be eliminated.

Specifically, DebugSourceContinued, DebugCompilationUnit, and
DebugEntryPoint. These instructions are top-level instructions
which do not or may not have a user except for the tool and so
should not be eliminated.
Copy link
Contributor

@Keenuts Keenuts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not super familiar, but LGTM (minus comment)

source/opt/debug_info_manager.cpp Show resolved Hide resolved
@greg-lunarg
Copy link
Contributor Author

@Keenuts I think I addressed all of your concerns. Let me know if you have any others.

@greg-lunarg greg-lunarg merged commit 9abacb3 into KhronosGroup:master Aug 15, 2022
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.

None yet

2 participants