Unverified Commit 46e41c86 authored by Will Dietz's avatar Will Dietz Committed by GitHub
Browse files

[mlir] Sanitize identifiers with leading symbol. (#94795)



Presently, if name starts with a symbol it's converted to hex which may
cause the result to be invalid by starting with a digit.

Address this and add a small test.

Co-authored-by: default avatarWill Dietz <w@wdtz.org>
parent 48aebd4c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment