[Mlir-commits] [mlir] [mlir][bufferization] Slightly clarify dest-passing docs (PR #70212)

Mehdi Amini llvmlistbot at llvm.org
Wed Oct 25 13:48:09 PDT 2023


================
@@ -165,7 +165,7 @@ such as a subsequent read of `%s`).
 
 RaW conflicts are detected with an analysis of SSA use-def chains (details
 later). One-Shot Bufferize works best if there is a single SSA use-def chain,
-where the result of a tensor op is the "destination" operand of the next tensor
----------------
joker-eph wrote:

The quote here are meant to express that this isn't really a "destination" at the SSA level but only an input for the operation.

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


More information about the Mlir-commits mailing list