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

Matthias Springer llvmlistbot at llvm.org
Mon Dec 30 07:57:21 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.
----------------
matthias-springer wrote:

`define the contents of the given operand's value.`

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


More information about the Mlir-commits mailing list