[all-commits] [llvm/llvm-project] 327414: [mlir][linalg][bufferize] Do not copy results of n...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Nov 10 18:26:15 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3274145408607353e089deb3f83179a0017ceaf4
https://github.com/llvm/llvm-project/commit/3274145408607353e089deb3f83179a0017ceaf4
Author: Matthias Springer <springerm at google.com>
Date: 2021-11-11 (Thu, 11 Nov 2021)
Changed paths:
M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/ComprehensiveBufferize.cpp
Log Message:
-----------
[mlir][linalg][bufferize] Do not copy results of non-writing ops
This is a generalization of "do not copy the result of an InitTensorOp". This commit is in preparation of decoupling `getResultBuffer` from the Linalg dialect.
Differential Revision: https://reviews.llvm.org/D113381
More information about the All-commits
mailing list