[Mlir-commits] [mlir] [mlir][LocalAliasAnalysis] Check for `memref.distinct_objects` in `LocalAliasAnalysis` (PR #161533)
Ivan Butygin
llvmlistbot at llvm.org
Mon Oct 6 07:20:36 PDT 2025
================
@@ -414,4 +414,44 @@ def OffsetSizeAndStrideOpInterface : OpInterface<"OffsetSizeAndStrideOpInterface
}];
}
+def DistinctObjectsInterface : OpInterface<"DistinctObjectsInterface"> {
----------------
Hardcode84 wrote:
I did interface because custom ops potentially can have other args/results unrelated to aliasing info, but we don't strictly need it now.
https://github.com/llvm/llvm-project/pull/161533
More information about the Mlir-commits
mailing list