[Mlir-commits] [mlir] [mlir][spirv] Fix verification and serialization replicated constant … (PR #151168)
Jakub Kuderski
llvmlistbot at llvm.org
Fri Aug 1 09:26:30 PDT 2025
================
@@ -1187,6 +1187,18 @@ uint32_t Serializer::prepareConstantFp(Location loc, FloatAttr floatAttr,
return resultID;
}
+static Type getValueType(Attribute attr) {
----------------
kuhar wrote:
Can you also add a documentation comment to this one?
https://github.com/llvm/llvm-project/pull/151168
More information about the Mlir-commits
mailing list