[Mlir-commits] [mlir] [mlir][spirv] Add SPIR-V NonSemantic.Graph.DebugInfo (PR #199519)

Davide Grohmann llvmlistbot at llvm.org
Wed May 27 01:40:17 PDT 2026


================
@@ -386,6 +418,132 @@ LogicalResult Serializer::processFuncOp(spirv::FuncOp op) {
   return success();
 }
 
+LogicalResult Serializer::encodeDebugStringInst(const std::string &str,
+                                                uint32_t &stringID) {
----------------
davidegrohmann wrote:

can actaully return `unit32_t`

https://github.com/llvm/llvm-project/pull/199519


More information about the Mlir-commits mailing list