[Mlir-commits] [mlir] [MLIR] Enable import of non self referential alias scopes (PR #121987)
Christian Ulmann
llvmlistbot at llvm.org
Tue Jan 7 23:04:16 PST 2025
================
@@ -891,6 +891,8 @@ def LLVM_AliasScopeAttr : LLVM_Attr<"AliasScope", "alias_scope"> {
}
```
+ The first attribute can either be a DistinctAttr or a StringAttr.
----------------
Dinistro wrote:
Should we verify this to ensure the export does not explode? I do not recall what our policy on verifying metedata attributes is, tbh.
https://github.com/llvm/llvm-project/pull/121987
More information about the Mlir-commits
mailing list