forked from OSchip/llvm-project
![]() The restriction that symbols can only have identifier names is arbitrary, and artificially limits the names that a symbol may have. This change adds support for parsing and printing symbols that don't fit in the 'bare-identifier' grammar by printing the reference in quotes, e.g. @"0_my_reference" can now be used as a symbol name. PiperOrigin-RevId: 273644768 |
||
---|---|---|
.. | ||
Serialization | ||
Transforms | ||
CMakeLists.txt | ||
DialectRegistration.cpp | ||
SPIRVDialect.cpp | ||
SPIRVOps.cpp | ||
SPIRVTypes.cpp |