[Mlir-commits] [mlir] [mlir] Accept OpaqueAttr as a valid memory space if the context allows unregistered dialects (PR #187682)

Adam Paszke llvmlistbot at llvm.org
Mon Mar 23 03:45:20 PDT 2026


apaszke wrote:

I imagine in the past we ran the tests with assertions disabled, so the failures from `get` complaining about opaque attr didn't trigger (and the attr itself didn't cause any problems), but now `getChecked` causes a loud error no matter if you compile with `NDEBUG` or not.

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


More information about the Mlir-commits mailing list