[Mlir-commits] [mlir] [mlir][memref][llvm] Infer llvm alias scopes attrs from `memref.distinct_objects` (PR #160512)

Ivan Butygin llvmlistbot at llvm.org
Wed Sep 24 10:44:07 PDT 2025


================
@@ -414,4 +414,44 @@ def OffsetSizeAndStrideOpInterface : OpInterface<"OffsetSizeAndStrideOpInterface
   }];
 }
 
+def DistinctObjectsInterface : OpInterface<"DistinctObjectsInterface"> {
----------------
Hardcode84 wrote:

I added an interface so MLIR `LocalAliasAnalysis` won't depend directly on memref dialect.

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


More information about the Mlir-commits mailing list