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

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


================
@@ -563,12 +566,14 @@ llvm::SetVector<Value> AnalysisState::findValueInReverseUseDefChain(
   return result;
 }
 
-// Find the values that define the contents of the given value.
-llvm::SetVector<Value> AnalysisState::findDefinitions(Value value) const {
+// Find the values that define the contents of the given opOperand.
----------------
amirBish wrote:

Thanks, fixed.

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


More information about the Mlir-commits mailing list