[Mlir-commits] [mlir] [mlir][bufferization] Add `BufferOriginAnalysis` (PR #86461)

Nicolas Vasilache llvmlistbot at llvm.org
Mon Mar 25 00:27:06 PDT 2024


https://github.com/nicolasvasilache commented:

Thanks, looks good and useful.

I wonder whether this could be refactored to be a more generally useful utility: tracing back through sets of values to terminal nodes is something I could reuse in other places.

Having a single impl that is configurable with the proper conditions and op/interfaces would be useful.

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


More information about the Mlir-commits mailing list