[Mlir-commits] [mlir] [mlir][spirv] Add SPIR-V NonSemantic.Graph.DebugInfo (PR #199519)
Davide Grohmann
llvmlistbot at llvm.org
Tue May 26 04:10:33 PDT 2026
================
@@ -632,6 +633,16 @@ Serializer::processTypeImpl(Location loc, Type type, uint32_t &typeID,
return emitError(loc, "failed to process type: ") << type;
}
+void Serializer::processVoidType(SmallVectorImpl<uint32_t> &binary) {
----------------
davidegrohmann wrote:
You are right this is not needed.
https://github.com/llvm/llvm-project/pull/199519
More information about the Mlir-commits
mailing list