[Mlir-commits] [mlir] [mlir] load dialects for non-namespaced attrs (PR #94838)

Jeremy Kun llvmlistbot at llvm.org
Tue Jun 18 14:03:26 PDT 2024


j2kun wrote:

After more failed attempts, I'm starting to be convinced that fixing this will require some nontrivial changes to `mlir-tblgen` to give access to attribute parameters' dialect names at the time the parser is generated.

Either that or force the attribute to have a fully-qualified name even when unambiguous, which I think is the simplest approach.

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


More information about the Mlir-commits mailing list