[Mlir-commits] [mlir] [MLIR] Fix duplicated attribute nodes in MLIR bytecode deserialization (PR #151267)
Mehdi Amini
llvmlistbot at llvm.org
Thu Aug 14 07:59:05 PDT 2025
================
@@ -0,0 +1,9 @@
+// RUN: mlir-opt -emit-bytecode %s | mlir-opt --mlir-print-debuginfo | FileCheck %s
+
+// CHECK: distinct[0]
----------------
joker-eph wrote:
```suggestion
// Verify that the distinct attribute which is used transitively
// through two aliases does not end up duplicated when round-tripped
// through bytecode.
// CHECK: distinct[0]
```
https://github.com/llvm/llvm-project/pull/151267
More information about the Mlir-commits
mailing list