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

[ONNX] improve regex matching in onnx-importer name sanitization #3955

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

zjgarvey
Copy link
Collaborator

Instead of adding unsupported characters on a case-by-case basis, we should replace anything that isn't alphanumeric, _, or ..

@zjgarvey zjgarvey requested a review from jinchen62 January 13, 2025 21:14
Copy link
Collaborator

@jinchen62 jinchen62 left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@zjgarvey zjgarvey merged commit 62eb38b into llvm:main Jan 14, 2025
3 checks passed
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