[Mlir-commits] [mlir] [mlir][irdl] Lookup symbols near dialects instead of locally (PR #92819)
Théo Degioanni
llvmlistbot at llvm.org
Tue Jun 4 01:08:58 PDT 2024
Moxinilian wrote:
The `SymbolRefAttr` is what you are looking for. `FlatSymbolRefAttr`, as its name implies, only modes a flat symbol reference, with no nesting. In contrast, you can define nesting in `SymbolRefAttr`.
I hope this is exposed in the C API. If not, it should not be too hard to add it? I need to check.
https://github.com/llvm/llvm-project/pull/92819
More information about the Mlir-commits
mailing list