[Mlir-commits] [mlir] [mlir][bufferization]-Refactor findValueInReverseUseDefChain to accept opOperand (PR #121304)

Amir Bishara llvmlistbot at llvm.org
Mon Dec 30 11:00:31 PST 2024


================
@@ -127,9 +127,9 @@ class OneShotAnalysisState : public AnalysisState {
   /// Return true if the buffer of the given tensor value is writable.
   bool isWritable(Value value) const;
 
-  /// Find the definitions of the given tensor value or retrieve them from the
-  /// cache.
-  const SetVector<Value> &findDefinitionsCached(Value value);
+  /// Find the definitions of the given tensor value related to `opOperand` or
----------------
amirBish wrote:

Thanks, fixed.

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


More information about the Mlir-commits mailing list