[Mlir-commits] [mlir] [MLIR][LLVM] Add bytecode support for several attributes (PR #162577)
Tobias Gysi
llvmlistbot at llvm.org
Sat Oct 11 01:29:02 PDT 2025
================
@@ -0,0 +1,81 @@
+// RUN: mlir-opt -emit-bytecode %s | mlir-opt --mlir-print-debuginfo | FileCheck %s
----------------
gysit wrote:
Ah this is probably related to a caching issue in the attribute parsing. It was solved a while ago https://github.com/llvm/llvm-project/pull/151267 but the PR got reverted since it did break something else.
However, this is orthogonal to this PR. Please feel free to move ahead.
https://github.com/llvm/llvm-project/pull/162577
More information about the Mlir-commits
mailing list