[Mlir-commits] [mlir] [mlir][spirv] Fix verification and serialization replicated constant … (PR #151168)
Mohammadreza Ameri Mahabadian
llvmlistbot at llvm.org
Fri Aug 1 09:47:52 PDT 2025
================
@@ -1187,6 +1187,18 @@ uint32_t Serializer::prepareConstantFp(Location loc, FloatAttr floatAttr,
return resultID;
}
+static Type getValueType(Attribute attr) {
----------------
mahabadm wrote:
Added the same comment here as well.
https://github.com/llvm/llvm-project/pull/151168
More information about the Mlir-commits
mailing list