[Mlir-commits] [mlir] [mlir][irdl] Lookup symbols near dialects instead of locally (PR #92819)
Shenghang Tsai
llvmlistbot at llvm.org
Tue Jun 4 01:36:23 PDT 2024
jackalcooper wrote:
> The `SymbolRefAttr` is what you are looking for. `FlatSymbolRefAttr`, as its name implies, only models 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.
I've found it! Thank you!
https://github.com/llvm/llvm-project/pull/92819
More information about the Mlir-commits
mailing list