[all-commits] [llvm/llvm-project] 56efaf: [mlir][bufferize][linalg] Do not copy tensors that...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Nov 10 18:36:50 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 56efafeabfaeaa891c0b308e9f728d8f98feea79
https://github.com/llvm/llvm-project/commit/56efafeabfaeaa891c0b308e9f728d8f98feea79
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][bufferize][linalg] Do not copy tensors that are overwritten
This is a generalization of "do not copy buffers for a LinalgOp output if the output is not used".
Differential Revision: https://reviews.llvm.org/D113385
More information about the All-commits
mailing list