[Mlir-commits] [mlir] [mlir] load dialects for non-namespaced attrs (PR #94838)
Jeremy Kun
llvmlistbot at llvm.org
Tue Jun 18 15:05:28 PDT 2024
j2kun wrote:
I'm wondering if there is a small workaround I could implement in the meantime, as this breaks some of the out of tree stuff I've been doing. Would you be open to me changing the polynomial dialect tablegen so that the nested polynomial attributes are qualified? (They use the `struct(params)` directive, so I would have to change that to list the parameters explicitly inside `struct` so as to mark them qualified)
https://github.com/llvm/llvm-project/pull/94838
More information about the Mlir-commits
mailing list