[Mlir-commits] [mlir] [MLIR] Enable import of non self referential alias scopes (PR #121987)

Tobias Gysi llvmlistbot at llvm.org
Tue Jan 7 23:38:20 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.
----------------
gysit wrote:

Having a verifier would be nice but we have very little verification right now. So let's say this is optional.

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


More information about the Mlir-commits mailing list