[Mlir-commits] [mlir] [mlir][bufferization] Cache areNonConflictingSubsets results in OneShotAnalysis (PR #189895)

Ziliang Zhang llvmlistbot at llvm.org
Sun Apr 12 18:26:44 PDT 2026


================
@@ -232,6 +237,9 @@ class OneShotAnalysisState : public AnalysisState {
   /// Cache definitions of tensor values.
   DenseMap<Value, SetVector<Value>> cachedDefinitions;
 
+  /// Cache results of areNonConflictingSubsets checks.
----------------
ziliangzl wrote:

@matthias-springer Could you help merge this if everything looks good?

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


More information about the Mlir-commits mailing list