[Mlir-commits] [mlir] [mlir][bufferization] Use a cache when checking whether ops are in mutually exclusive regions (PR #123516)

Matthias Springer llvmlistbot at llvm.org
Sun Jan 19 08:14:25 PST 2025


================
@@ -563,6 +563,8 @@ class AnalysisState {
 
   virtual void resetCache();
 
+  bool checkInMutuallyExclusiveRegions(Operation *op0, Operation *op1);
----------------
matthias-springer wrote:

Can you add a comment that also mentioned that this is cached?

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


More information about the Mlir-commits mailing list