[Mlir-commits] [mlir] [mlir][spirv] Add SPIR-V NonSemantic.Graph.DebugInfo (PR #199519)
Igor Wodiany
llvmlistbot at llvm.org
Tue May 26 02:10:55 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) {
+ auto voidType = getVoidType();
----------------
IgWod wrote:
nit: type
https://github.com/llvm/llvm-project/pull/199519
More information about the Mlir-commits
mailing list