[all-commits] [llvm/llvm-project] e7bb8d: [mlir][linalg][bufferize] Relax rules for extract_...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Sat Oct 16 01:13:38 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e7bb8dd92983a918fbb370b135e664825f387580
https://github.com/llvm/llvm-project/commit/e7bb8dd92983a918fbb370b135e664825f387580
Author: Matthias Springer <springerm at google.com>
Date: 2021-10-16 (Sat, 16 Oct 2021)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferize.cpp
M mlir/test/Dialect/Linalg/comprehensive-module-bufferize-analysis.mlir
Log Message:
-----------
[mlir][linalg][bufferize] Relax rules for extract_slice/insert_slice matching
The rules were too restrictive, causing out-of-place bufferization when the result of two ExtractSliceOp is fed into an InsertSliceOp.
Differential Revision: https://reviews.llvm.org/D111861
More information about the All-commits
mailing list