[Mlir-commits] [mlir] [mlir][Transforms] Dialect Conversion: Fix folder implementation (PR #150775)
Jordan Rupprecht
llvmlistbot at llvm.org
Tue Aug 5 08:31:02 PDT 2025
rupprecht wrote:
> > it clears out the properties
>
> The fact that this happens only with unregistered operations hints at a deeper MLIR bug. This part of the dialect conversion makes no assumptions about whether an op is registered or not. Can you check if the issue is fixed with #151847, as @zero9178 suggested?
Yes, it does. Thanks @brnorris03 for the fix!
https://github.com/llvm/llvm-project/pull/150775
More information about the Mlir-commits
mailing list