[Mlir-commits] [mlir] [mlir][spirv] Fix int type declaration duplication when serializing (PR #143108)

Jakub Kuderski llvmlistbot at llvm.org
Fri Jun 6 08:06:06 PDT 2025


================
@@ -446,6 +446,19 @@ LogicalResult Serializer::processType(Location loc, Type type,
 LogicalResult
 Serializer::processTypeImpl(Location loc, Type type, uint32_t &typeID,
                             SetVector<StringRef> &serializationCtx) {
+
+  // Map unisgned integer types to singless integer types
----------------
kuhar wrote:

```suggestion
  // Map unsigned integer types to singless integer types
```

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


More information about the Mlir-commits mailing list