[Mlir-commits] [mlir] [mlir][linalg] Add producer and consumer info to ControlPropagationFn. (PR #96697)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Jun 25 18:01:58 PDT 2024


https://github.com/MaheshRavishankar commented:

I have found it convenient to just use `OpOperand*` . That way the caller doesn't have to pass producer, consumer explicitly

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


More information about the Mlir-commits mailing list