[Mlir-commits] [mlir] [mlir][Transforms] Dialect Conversion: Fix folder implementation (PR #150775)

Matthias Springer llvmlistbot at llvm.org
Tue Aug 5 00:05:11 PDT 2025


matthias-springer 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?


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


More information about the Mlir-commits mailing list