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

Krzysztof Drewniak llvmlistbot at llvm.org
Wed Sep 24 10:35:53 PDT 2025


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

Do we need to preemptively define an interface here?

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


More information about the Mlir-commits mailing list