The SPIR-V spec does not specify the mangling for these variables, so
the conversion to SPIR-V should be flexible enough to allow adding a
custom prefix and suffix to the core name.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Dialect/SPIRV/Transforms/SPIRVConversion.h | ||
---|---|---|
148 | Given we are here, could you just change the default to __builtin__? var there doesn't provide much more additional value. It helps to save a few characters this way. |
Given we are here, could you just change the default to __builtin__? var there doesn't provide much more additional value. It helps to save a few characters this way.