Skip to content

Add RemoveIdentifiersPass to dev_passes.#4194

Draft
copybara-service[bot] wants to merge 1 commit intomainfrom
test_908938286
Draft

Add RemoveIdentifiersPass to dev_passes.#4194
copybara-service[bot] wants to merge 1 commit intomainfrom
test_908938286

Conversation

@copybara-service
Copy link
Copy Markdown

Add RemoveIdentifiersPass to dev_passes.

This pass wraps the remove_identifiers functionality as an optimization pass. It allows stripping all identifiers from a package within the pass pipeline, useful for debugging and visualization. The pass is marked as unsafe because it destroys external naming. A subsequent Dead Function Elimination pass is recommended to clean up the original, named functions.

This pass wraps the `remove_identifiers` functionality as an optimization pass. It allows stripping all identifiers from a package within the pass pipeline, useful for debugging and visualization. The pass is marked as unsafe because it destroys external naming. A subsequent Dead Function Elimination pass is recommended to clean up the original, named functions.

PiperOrigin-RevId: 908938286
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