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

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Tue Jan 7 14:31:14 PST 2025


================
@@ -891,6 +891,8 @@ def LLVM_AliasScopeAttr : LLVM_Attr<"AliasScope", "alias_scope"> {
     }
     ```
 
+    The first attribute can either be a DistinctAttribute or a StringAttribute.
----------------
ftynse wrote:

```suggestion
    The first attribute can either be a DistinctAttr or a StringAttr.
```

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


More information about the Mlir-commits mailing list