[all-commits] [llvm/llvm-project] 9e7c97: [mlir][vector] Fix bug in transfer op flattening
Thomas via All-commits
all-commits at lists.llvm.org
Fri Sep 9 09:03:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9e7c97d8ce12893f09fabbf6b54c8ee0297e7ed7
https://github.com/llvm/llvm-project/commit/9e7c97d8ce12893f09fabbf6b54c8ee0297e7ed7
Author: Thomas Raoux <thomasraoux at google.com>
Date: 2022-09-09 (Fri, 09 Sep 2022)
Changed paths:
M mlir/lib/Dialect/Vector/Transforms/VectorTransferOpTransforms.cpp
M mlir/test/Dialect/Vector/vector-transfer-flatten.mlir
Log Message:
-----------
[mlir][vector] Fix bug in transfer op flattening
The logic to figure out if a transfer op can be flattened wasn't
considering the shape being loaded therefore it was incorrectly assuming
some transfer ops were reading contigous data.
Differential Revision: https://reviews.llvm.org/D133544
More information about the All-commits
mailing list